Html Css Color HEX #BD5CA9 Fuchsia

📋 copy color: '#BD5CA9'

red 189 ◦ green 92 ◦ blue 169

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

Shades of Fuchsia #BD5CA9

Tints of Fuchsia #BD5CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 42%
G = 20.44%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD5CA9 (or 0xBD5CA9) is known color: Fuchsia. HEX triplet: BD, 5C and A9. RGB value is (189,92,169). Sum of RGB (Red+Green+Blue) = 189+92+169=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CA9 is #42A356. Grayscale: #818181. Windows color (decimal): -4367191 or 11099325. OLE color: 11099325.

HSL color Cylindrical-coordinate representation of color #BD5CA9: hue angle of 312.37º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5CA9 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 92 169 -
CMYK 0 0.51 0.11 0.26
HSL 312.37º 0.42% 0.55% -
HSV(B) 312.37º 0.51% 0.74% -
XYZ 31.97 21.34 39.97 -
YUV 129.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 189 92 169 0 0.51 0.11 0.26 312.37 0.42 0.55
Hex BD 5C A9 0 33 B 1A 138 2A 37
Octal 275 134 251 0 63 13 32 470 52 67
Binary 10111101 1011100 10101001 0 110011 1011 11010 100111000 101010 110111

Color Harmonies of #BD5CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CA9

Black with #BD5CA9

Text Example


Text Example

White with #BD5CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CA9; }

 p { color: rgb(189,92,169); }

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

background-color css

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

 a { background-color: rgb(189,92,169); }

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

border-color css

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

 span { border-color: rgb(189,92,169); }

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