#BC0C5E

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

Shades of Jazzberry Jam #BC0C5E

Tints of Jazzberry Jam #BC0C5E

Color information

#BC0C5E (or 0xBC0C5E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 0C and 5E. RGB value is (188,12,94). Sum of RGB (Red+Green+Blue) = 188+12+94=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C5E is #43F3A1. Grayscale: #494949. Windows color (decimal): -4453282 or 6163644. OLE color: 6163644.

HSL color Cylindrical-coordinate representation of color #BC0C5E: hue angle of 332.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C5E is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1881294-
CMYK00.940.500.26
HSL332.05º88%39.22%-
HSV(B)332.05º93.62%73.73%-
XYZ22.8911.7611.65-
YUV73.97139.31209.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.95%
GREEN value IS 12 (5.08% from 255) = 4.08%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=63.95%
G=4.08%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188129400.940.500.26332.058839.22
HexBCC5E05E321A14c5827
Octal274141360136623251413047
Binary101111001100101111001011110110010110101010011001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C5E; }

 p { color: rgb(188,12,94); }

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

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

 a { background-color: rgb(188,12,94); }

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

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

 span { border-color: rgb(188,12,94); }

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