Html Css Color HEX #BB115E Jazzberry Jam

📋 copy color: '#BB115E'

red 187 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #BB115E

Tints of Jazzberry Jam #BB115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 62.75%
G = 5.7%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB115E (or 0xBB115E) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 5E. RGB value is (187,17,94). Sum of RGB (Red+Green+Blue) = 187+17+94=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB115E is #44EEA1. Grayscale: #4C4C4C. Windows color (decimal): -4517538 or 6164923. OLE color: 6164923.

HSL color Cylindrical-coordinate representation of color #BB115E: hue angle of 332.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB115E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 94 -
CMYK 0 0.91 0.50 0.27
HSL 332.82º 0.83% 0.4% -
HSV(B) 332.82º 0.91% 0.73% -
XYZ 22.71 11.77 11.67 -
YUV 76.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 187 17 94 0 0.91 0.50 0.27 332.82 0.83 0.4
Hex BB 11 5E 0 5B 32 1B 14D 53 28
Octal 273 21 136 0 133 62 33 515 123 50
Binary 10111011 10001 1011110 0 1011011 110010 11011 101001101 1010011 101000

Color Harmonies of #BB115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB115E

Black with #BB115E

Text Example


Text Example

White with #BB115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB115E; }

 p { color: rgb(187,17,94); }

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

background-color css

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

 a { background-color: rgb(187,17,94); }

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

border-color css

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

 span { border-color: rgb(187,17,94); }

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