#BB0064

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

Shades of Jazzberry Jam #BB0064

Tints of Jazzberry Jam #BB0064

Color information

#BB0064 (or 0xBB0064) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 64. RGB value is (187,0,100). Sum of RGB (Red+Green+Blue) = 187+0+100=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0064 is #44FF9B. Grayscale: #434343. Windows color (decimal): -4521884 or 6553787. OLE color: 6553787.

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

Color convert

RGB1870100-
CMYK010.470.27
HSL327.91º100%36.67%-
HSV(B)327.91º100%73.33%-
XYZ22.7911.4813.07-
YUV67.31146.45213.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=65.16%
G=0%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870100010.470.27327.9110036.67
HexBB0640642F1B1486425
Octal27301440144573351014445
Binary101110110110010001100100101111110111010010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0064; }

 p { color: rgb(187,0,100); }

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

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

 a { background-color: rgb(187,0,100); }

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

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

 span { border-color: rgb(187,0,100); }

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