#BD72BA

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

Shades of Fuchsia #BD72BA

Tints of Fuchsia #BD72BA

Color information

#BD72BA (or 0xBD72BA) is unknown color: approx Fuchsia. HEX triplet: BD, 72 and BA. RGB value is (189,114,186). Sum of RGB (Red+Green+Blue) = 189+114+186=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72BA is #428D45. Grayscale: #909090. Windows color (decimal): -4361542 or 12219069. OLE color: 12219069.

HSL color Cylindrical-coordinate representation of color #BD72BA: hue angle of 302.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD72BA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189114186-
CMYK00.400.020.26
HSL302.4º36.23%59.41%-
HSV(B)302.4º39.68%74.12%-
XYZ35.8726.449.66-
YUV144.63151.35159.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=38.65%
G=23.31%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911418600.400.020.26302.436.2359.41
HexBD72BA02821A12e243b
Octal2751622720502324564473
Binary1011110111100101011101001010001011010100101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72BA; }

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

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

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

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

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

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

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

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