#BC036E

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

Shades of Jazzberry Jam #BC036E

Tints of Jazzberry Jam #BC036E

Color information

#BC036E (or 0xBC036E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 03 and 6E. RGB value is (188,3,110). Sum of RGB (Red+Green+Blue) = 188+3+110=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC036E is #43FC91. Grayscale: #464646. Windows color (decimal): -4455570 or 7209916. OLE color: 7209916.

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

Color convert

RGB1883110-
CMYK00.980.410.26
HSL325.3º96.86%37.45%-
HSV(B)325.3º98.4%73.73%-
XYZ23.5911.8815.8-
YUV70.51150.29211.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=62.46%
G=1.00%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188311000.980.410.26325.396.8637.45
HexBC36E062291A1456125
Octal27431560142513250514145
Binary1011110011110111001100010101001110101010001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC036E; }

 p { color: rgb(188,3,110); }

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

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

 a { background-color: rgb(188,3,110); }

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

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

 span { border-color: rgb(188,3,110); }

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