#BB0E63

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

Shades of Jazzberry Jam #BB0E63

Tints of Jazzberry Jam #BB0E63

Color information

#BB0E63 (or 0xBB0E63) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 0E and 63. RGB value is (187,14,99). Sum of RGB (Red+Green+Blue) = 187+14+99=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E63 is #44F19C. Grayscale: #4B4B4B. Windows color (decimal): -4518301 or 6491835. OLE color: 6491835.

HSL color Cylindrical-coordinate representation of color #BB0E63: hue angle of 330.52º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E63 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1871499-
CMYK00.930.470.27
HSL330.52º86.07%39.41%-
HSV(B)330.52º92.51%73.33%-
XYZ22.911.7812.87-
YUV75.42141.31207.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.33%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 99 (39.06% from 255) = 33%
R=62.33%
G=4.67%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187149900.930.470.27330.5286.0739.41
HexBBE6305D2F1B14b5627
Octal273161430135573351312647
Binary101110111110110001101011101101111110111010010111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0E63; }

 p { color: rgb(187,14,99); }

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

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

 a { background-color: rgb(187,14,99); }

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

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

 span { border-color: rgb(187,14,99); }

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