Html Css Color HEX #BD43C0 Fuchsia

📋 copy color: '#BD43C0'

red 189 ◦ green 67 ◦ blue 192

#BD43C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BD43C0

Tints of Fuchsia #BD43C0

RGB

 RED value IS 189 (74.22% from 255) = 42.19%

 GREEN value IS 67 (26.56% from 255) = 14.96%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 42.19%
G = 14.96%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD43C0 (or 0xBD43C0) is known color: Fuchsia. HEX triplet: BD, 43 and C0. RGB value is (189,67,192). Sum of RGB (Red+Green+Blue) = 189+67+192=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43C0 is #42BC3F. Grayscale: #757575. Windows color (decimal): -4373568 or 12600253. OLE color: 12600253.

HSL color Cylindrical-coordinate representation of color #BD43C0: hue angle of 298.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD43C0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 67 192 -
CMYK 0.02 0.65 0 0.25
HSL 298.56º 0.5% 0.51% -
HSV(B) 298.56º 0.65% 0.75% -
XYZ 32.51 18.64 51.75 -
YUV 117.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 189 67 192 0.02 0.65 0 0.25 298.56 0.5 0.51
Hex BD 43 C0 2 41 0 19 12B 32 33
Octal 275 103 300 2 101 0 31 453 62 63
Binary 10111101 1000011 11000000 10 1000001 0 11001 100101011 110010 110011

Color Harmonies of #BD43C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43C0

Black with #BD43C0

Text Example


Text Example

White with #BD43C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43C0; }

 p { color: rgb(189,67,192); }

 H1.HeaderClassName
 {
   color: #BD43C0;
 }
 .AnyTagClassName
 {
   color: #BD43C0;
 }
</style>

background-color css

<style>
 a { background-color: #BD43C0; }

 a { background-color: rgb(189,67,192); }

 div.DivClassName
 {
   background-color: #BD43C0;
 }
 .BgClassName
 {
   background-color: #BD43C0;
 }
</style>

border-color css

<style>
 span { border-color: #BD43C0; }

 span { border-color: rgb(189,67,192); }

 td.TdClassName
 {
   border-color: #BD43C0;
 }
 .TagClassName
 {
   border-color: #BD43C0;
 }
</style>