Html Css Color HEX #BB036B Jazzberry Jam

📋 copy color: '#BB036B'

red 187 ◦ green 3 ◦ blue 107

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

Shades of Jazzberry Jam #BB036B

Tints of Jazzberry Jam #BB036B

RGB

 RED value IS 187 (73.44% from 255) = 62.96%

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 62.96%
G = 1.01%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB036B (or 0xBB036B) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 6B. RGB value is (187,3,107). Sum of RGB (Red+Green+Blue) = 187+3+107=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB036B is #44FC94. Grayscale: #454545. Windows color (decimal): -4521109 or 7013307. OLE color: 7013307.

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

Color convert

RGB 187 3 107 -
CMYK 0 0.98 0.43 0.27
HSL 326.09º 0.97% 0.37% -
HSV(B) 326.09º 0.98% 0.73% -
XYZ 23.18 11.69 14.94 -
YUV 69.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 187 3 107 0 0.98 0.43 0.27 326.09 0.97 0.37
Hex BB 3 6B 0 62 2B 1B 146 61 25
Octal 273 3 153 0 142 53 33 506 141 45
Binary 10111011 11 1101011 0 1100010 101011 11011 101000110 1100001 100101

Color Harmonies of #BB036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB036B

Black with #BB036B

Text Example


Text Example

White with #BB036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB036B; }

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

 H1.HeaderClassName
 {
   color: #BB036B;
 }
 .AnyTagClassName
 {
   color: #BB036B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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