#BC0558

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

Shades of Jazzberry Jam #BC0558

Tints of Jazzberry Jam #BC0558

Color information

#BC0558 (or 0xBC0558) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 05 and 58. RGB value is (188,5,88). Sum of RGB (Red+Green+Blue) = 188+5+88=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0558 is #43FAA7. Grayscale: #454545. Windows color (decimal): -4455080 or 5768636. OLE color: 5768636.

HSL color Cylindrical-coordinate representation of color #BC0558: hue angle of 332.79º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0558 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB188588-
CMYK00.970.530.26
HSL332.79º94.82%37.84%-
HSV(B)332.79º97.34%73.73%-
XYZ22.5511.510.26-
YUV69.18138.63212.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=66.90%
G=1.78%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18858800.970.530.26332.7994.8237.84
HexBC558061351A14d5f26
Octal27451300141653251513746
Binary10111100101101100001100001110101110101010011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0558; }

 p { color: rgb(188,5,88); }

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

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

 a { background-color: rgb(188,5,88); }

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

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

 span { border-color: rgb(188,5,88); }

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