Html Css Color HEX #B11558 Jazzberry Jam

📋 copy color: '#B11558'

red 177 ◦ green 21 ◦ blue 88

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

Shades of Jazzberry Jam #B11558

Tints of Jazzberry Jam #B11558

RGB

 RED value IS 177 (69.53% from 255) = 61.89%

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 61.89%
G = 7.34%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B11558 (or 0xB11558) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 58. RGB value is (177,21,88). Sum of RGB (Red+Green+Blue) = 177+21+88=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B11558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11558 is #4EEAA7. Grayscale: #4B4B4B. Windows color (decimal): -5171880 or 5772721. OLE color: 5772721.

HSL color Cylindrical-coordinate representation of color #B11558: hue angle of 334.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11558 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 88 -
CMYK 0 0.88 0.50 0.31
HSL 334.23º 0.79% 0.39% -
HSV(B) 334.23º 0.88% 0.69% -
XYZ 20.16 10.59 10.21 -
YUV 75.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 177 21 88 0 0.88 0.50 0.31 334.23 0.79 0.39
Hex B1 15 58 0 58 32 1F 14E 4F 27
Octal 261 25 130 0 130 62 37 516 117 47
Binary 10110001 10101 1011000 0 1011000 110010 11111 101001110 1001111 100111

Color Harmonies of #B11558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11558

Black with #B11558

Text Example


Text Example

White with #B11558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11558; }

 p { color: rgb(177,21,88); }

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

background-color css

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

 a { background-color: rgb(177,21,88); }

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

border-color css

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

 span { border-color: rgb(177,21,88); }

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