Html Css Color HEX #B21172 Jazzberry Jam

📋 copy color: '#B21172'

red 178 ◦ green 17 ◦ blue 114

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

Shades of Jazzberry Jam #B21172

Tints of Jazzberry Jam #B21172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 57.61%
G = 5.5%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B21172 (or 0xB21172) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 72. RGB value is (178,17,114). Sum of RGB (Red+Green+Blue) = 178+17+114=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B21172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21172 is #4DEE8D. Grayscale: #4B4B4B. Windows color (decimal): -5107342 or 7475634. OLE color: 7475634.

HSL color Cylindrical-coordinate representation of color #B21172: hue angle of 323.85º 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 #B21172 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 114 -
CMYK 0 0.90 0.36 0.30
HSL 323.85º 0.83% 0.38% -
HSV(B) 323.85º 0.9% 0.7% -
XYZ 21.6 11.08 16.92 -
YUV 76.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 178 17 114 0 0.90 0.36 0.30 323.85 0.83 0.38
Hex B2 11 72 0 5A 24 1E 144 53 26
Octal 262 21 162 0 132 44 36 504 123 46
Binary 10110010 10001 1110010 0 1011010 100100 11110 101000100 1010011 100110

Color Harmonies of #B21172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21172

Black with #B21172

Text Example


Text Example

White with #B21172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21172; }

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

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

background-color css

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

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

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

border-color css

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

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

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