#BD76BA

Color #BD76BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BD76BA

Tints of Fuchsia #BD76BA

Color information

#BD76BA (or 0xBD76BA) is unknown color: approx Fuchsia. HEX triplet: BD, 76 and BA. RGB value is (189,118,186). Sum of RGB (Red+Green+Blue) = 189+118+186=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76BA is #428945. Grayscale: #929292. Windows color (decimal): -4360518 or 12220093. OLE color: 12220093.

HSL color Cylindrical-coordinate representation of color #BD76BA: hue angle of 302.54º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD76BA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189118186-
CMYK00.380.020.26
HSL302.54º34.98%60.2%-
HSV(B)302.54º37.57%74.12%-
XYZ36.3327.3249.81-
YUV146.98150.02157.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=38.34%
G=23.94%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911818600.380.020.26302.5434.9860.2
HexBD76BA02621A12f233c
Octal2751662720462324574374
Binary1011110111101101011101001001101011010100101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76BA; }

 p { color: rgb(189,118,186); }

 H1.HeaderClassName
 {
   color: #BD76BA;
 }
 .AnyTagClassName
 {
   color: #BD76BA;
 }
</style>
background-color css

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

 a { background-color: rgb(189,118,186); }

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

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

 span { border-color: rgb(189,118,186); }

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