#BC0E6C

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

Shades of Jazzberry Jam #BC0E6C

Tints of Jazzberry Jam #BC0E6C

Color information

#BC0E6C (or 0xBC0E6C) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0E and 6C. RGB value is (188,14,108). Sum of RGB (Red+Green+Blue) = 188+14+108=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E6C is #43F193. Grayscale: #4C4C4C. Windows color (decimal): -4452756 or 7081660. OLE color: 7081660.

HSL color Cylindrical-coordinate representation of color #BC0E6C: hue angle of 327.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E6C is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18814108-
CMYK00.930.430.26
HSL327.59º86.14%39.61%-
HSV(B)327.59º92.55%73.73%-
XYZ23.612.0915.28-
YUV76.74145.65207.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=60.65%
G=4.52%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881410800.930.430.26327.5986.1439.61
HexBCE6C05D2B1A1485628
Octal274161540135533251012650
Binary101111001110110110001011101101011110101010010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E6C; }

 p { color: rgb(188,14,108); }

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

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

 a { background-color: rgb(188,14,108); }

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

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

 span { border-color: rgb(188,14,108); }

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