#BB126B

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

Shades of Jazzberry Jam #BB126B

Tints of Jazzberry Jam #BB126B

Color information

#BB126B (or 0xBB126B) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 12 and 6B. RGB value is (187,18,107). Sum of RGB (Red+Green+Blue) = 187+18+107=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB126B is #44ED94. Grayscale: #4E4E4E. Windows color (decimal): -4517269 or 7017147. OLE color: 7017147.

HSL color Cylindrical-coordinate representation of color #BB126B: hue angle of 328.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB126B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18718107-
CMYK00.900.430.27
HSL328.4º82.44%40.2%-
HSV(B)328.4º90.37%73.33%-
XYZ23.3612.0615.01-
YUV78.68143.99205.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 18 (7.42% from 255) = 5.77%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=59.94%
G=5.77%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871810700.900.430.27328.482.4440.2
HexBB126B05A2B1B1485228
Octal273221530132533351012250
Binary1011101110010110101101011010101011110111010010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB126B; }

 p { color: rgb(187,18,107); }

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

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

 a { background-color: rgb(187,18,107); }

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

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

 span { border-color: rgb(187,18,107); }

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