#BC72BD

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

Shades of Fuchsia #BC72BD

Tints of Fuchsia #BC72BD

Color information

#BC72BD (or 0xBC72BD) is unknown color: approx Fuchsia. HEX triplet: BC, 72 and BD. RGB value is (188,114,189). Sum of RGB (Red+Green+Blue) = 188+114+189=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72BD is #438D42. Grayscale: #909090. Windows color (decimal): -4427075 or 12415676. OLE color: 12415676.

HSL color Cylindrical-coordinate representation of color #BC72BD: hue angle of 299.2º 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 #BC72BD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188114189-
CMYK0.010.4000.26
HSL299.2º36.23%59.41%-
HSV(B)299.2º39.68%74.12%-
XYZ35.9426.451.35-
YUV144.68153.02158.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=38.29%
G=23.22%
B=38.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881141890.010.4000.26299.236.2359.41
HexBC72BD12801A12b243b
Octal2741622751500324534473
Binary101111001110010101111011101000011010100101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72BD; }

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

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

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

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

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

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

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

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