Html Css Color HEX #BB036F Jazzberry Jam

📋 copy color: '#BB036F'

red 187 ◦ green 3 ◦ blue 111

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

Shades of Jazzberry Jam #BB036F

Tints of Jazzberry Jam #BB036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 62.13%
G = 1%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB036F (or 0xBB036F) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 6F. RGB value is (187,3,111). Sum of RGB (Red+Green+Blue) = 187+3+111=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB036F is #44FC90. Grayscale: #464646. Windows color (decimal): -4521105 or 7275451. OLE color: 7275451.

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

Color convert

RGB 187 3 111 -
CMYK 0 0.98 0.41 0.27
HSL 324.78º 0.97% 0.37% -
HSV(B) 324.78º 0.98% 0.73% -
XYZ 23.4 11.78 16.08 -
YUV 70.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 187 3 111 0 0.98 0.41 0.27 324.78 0.97 0.37
Hex BB 3 6F 0 62 29 1B 145 61 25
Octal 273 3 157 0 142 51 33 505 141 45
Binary 10111011 11 1101111 0 1100010 101001 11011 101000101 1100001 100101

Color Harmonies of #BB036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB036F

Black with #BB036F

Text Example


Text Example

White with #BB036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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