Html Css Color HEX #B21170 Jazzberry Jam

📋 copy color: '#B21170'

red 178 ◦ green 17 ◦ blue 112

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

Shades of Jazzberry Jam #B21170

Tints of Jazzberry Jam #B21170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 57.98%
G = 5.54%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B21170 (or 0xB21170) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 70. RGB value is (178,17,112). Sum of RGB (Red+Green+Blue) = 178+17+112=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B21170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21170 is #4DEE8F. Grayscale: #4B4B4B. Windows color (decimal): -5107344 or 7344562. OLE color: 7344562.

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

Color convert

RGB 178 17 112 -
CMYK 0 0.90 0.37 0.30
HSL 324.6º 0.83% 0.38% -
HSV(B) 324.6º 0.9% 0.7% -
XYZ 21.49 11.04 16.33 -
YUV 75.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 178 17 112 0 0.90 0.37 0.30 324.6 0.83 0.38
Hex B2 11 70 0 5A 25 1E 145 53 26
Octal 262 21 160 0 132 45 36 505 123 46
Binary 10110010 10001 1110000 0 1011010 100101 11110 101000101 1010011 100110

Color Harmonies of #B21170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21170

Black with #B21170

Text Example


Text Example

White with #B21170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21170; }

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

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

background-color css

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

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

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

border-color css

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

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

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