Html Css Color HEX #B20972 Jazzberry Jam

📋 copy color: '#B20972'

red 178 ◦ green 9 ◦ blue 114

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

Shades of Jazzberry Jam #B20972

Tints of Jazzberry Jam #B20972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 59.14%
G = 2.99%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B20972 (or 0xB20972) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 72. RGB value is (178,9,114). Sum of RGB (Red+Green+Blue) = 178+9+114=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B20972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20972 is #4DF68D. Grayscale: #474747. Windows color (decimal): -5109390 or 7473586. OLE color: 7473586.

HSL color Cylindrical-coordinate representation of color #B20972: hue angle of 322.72º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20972 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 114 -
CMYK 0 0.95 0.36 0.30
HSL 322.72º 0.9% 0.37% -
HSV(B) 322.72º 0.95% 0.7% -
XYZ 21.5 10.88 16.89 -
YUV 71.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 178 9 114 0 0.95 0.36 0.30 322.72 0.9 0.37
Hex B2 9 72 0 5F 24 1E 143 5A 25
Octal 262 11 162 0 137 44 36 503 132 45
Binary 10110010 1001 1110010 0 1011111 100100 11110 101000011 1011010 100101

Color Harmonies of #B20972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20972

Black with #B20972

Text Example


Text Example

White with #B20972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20972; }

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

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

background-color css

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

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

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

border-color css

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

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

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