#BB006D

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

Shades of Jazzberry Jam #BB006D

Tints of Jazzberry Jam #BB006D

Color information

#BB006D (or 0xBB006D) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 6D. RGB value is (187,0,109). Sum of RGB (Red+Green+Blue) = 187+0+109=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB006D is #44FF92. Grayscale: #444444. Windows color (decimal): -4521875 or 7143611. OLE color: 7143611.

HSL color Cylindrical-coordinate representation of color #BB006D: hue angle of 325.03º 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 #BB006D is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB1870109-
CMYK010.420.27
HSL325.03º100%36.67%-
HSV(B)325.03º100%73.33%-
XYZ23.2511.6715.49-
YUV68.34150.95212.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=63.18%
G=0%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870109010.420.27325.0310036.67
HexBB06D0642A1B1456425
Octal27301550144523350514445
Binary101110110110110101100100101010110111010001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB006D; }

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

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

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

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

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

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

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

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