#BC70B8

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

Shades of Fuchsia #BC70B8

Tints of Fuchsia #BC70B8

Color information

#BC70B8 (or 0xBC70B8) is unknown color: approx Fuchsia. HEX triplet: BC, 70 and B8. RGB value is (188,112,184). Sum of RGB (Red+Green+Blue) = 188+112+184=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70B8 is #438F47. Grayscale: #8E8E8E. Windows color (decimal): -4427592 or 12087484. OLE color: 12087484.

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

Color convert

RGB188112184-
CMYK00.400.020.26
HSL303.16º36.19%58.82%-
HSV(B)303.16º40.43%73.73%-
XYZ35.1825.7448.46-
YUV142.93151.18160.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=38.84%
G=23.14%
B=38.02%

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
Decimal18811218400.400.020.26303.1636.1958.82
HexBC70B802821A12f243b
Octal2741602700502324574473
Binary1011110011100001011100001010001011010100101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70B8; }

 p { color: rgb(188,112,184); }

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

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

 a { background-color: rgb(188,112,184); }

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

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

 span { border-color: rgb(188,112,184); }

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