Html Css Color HEX #BB126B Jazzberry Jam

📋 copy color: '#BB126B'

red 187 ◦ green 18 ◦ blue 107

#BB126B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BB126B

Tints of Jazzberry Jam #BB126B

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 value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB126B (or 0xBB126B) is known color: 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

RGB 187 18 107 -
CMYK 0 0.90 0.43 0.27
HSL 328.4º 0.82% 0.4% -
HSV(B) 328.4º 0.9% 0.73% -
XYZ 23.36 12.06 15.01 -
YUV 78.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 187 18 107 0 0.90 0.43 0.27 328.4 0.82 0.4
Hex BB 12 6B 0 5A 2B 1B 148 52 28
Octal 273 22 153 0 132 53 33 510 122 50
Binary 10111011 10010 1101011 0 1011010 101011 11011 101001000 1010010 101000

Color Harmonies of #BB126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB126B

Black with #BB126B

Text Example


Text Example

White with #BB126B

Text Example


Text Example

HTML Codes & Css Web 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>