Html Css Color HEX #B21158 Jazzberry Jam

📋 copy color: '#B21158'

red 178 ◦ green 17 ◦ blue 88

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

Shades of Jazzberry Jam #B21158

Tints of Jazzberry Jam #B21158

RGB

 RED value IS 178 (69.92% from 255) = 62.9%

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

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

R = 62.9%
G = 6.01%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B21158 (or 0xB21158) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 58. RGB value is (178,17,88). Sum of RGB (Red+Green+Blue) = 178+17+88=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B21158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21158 is #4DEEA7. Grayscale: #494949. Windows color (decimal): -5107368 or 5771698. OLE color: 5771698.

HSL color Cylindrical-coordinate representation of color #B21158: hue angle of 333.54º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21158 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 88 -
CMYK 0 0.90 0.51 0.30
HSL 333.54º 0.83% 0.38% -
HSV(B) 333.54º 0.9% 0.7% -
XYZ 20.32 10.57 10.2 -
YUV 73.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 178 17 88 0 0.90 0.51 0.30 333.54 0.83 0.38
Hex B2 11 58 0 5A 33 1E 14E 53 26
Octal 262 21 130 0 132 63 36 516 123 46
Binary 10110010 10001 1011000 0 1011010 110011 11110 101001110 1010011 100110

Color Harmonies of #B21158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21158

Black with #B21158

Text Example


Text Example

White with #B21158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21158; }

 p { color: rgb(178,17,88); }

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

background-color css

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

 a { background-color: rgb(178,17,88); }

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

border-color css

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

 span { border-color: rgb(178,17,88); }

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