Html Css Color HEX #B20D72 Jazzberry Jam

📋 copy color: '#B20D72'

red 178 ◦ green 13 ◦ blue 114

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

Shades of Jazzberry Jam #B20D72

Tints of Jazzberry Jam #B20D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

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

R = 58.36%
G = 4.26%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B20D72 (or 0xB20D72) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 72. RGB value is (178,13,114). Sum of RGB (Red+Green+Blue) = 178+13+114=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D72 is #4DF28D. Grayscale: #494949. Windows color (decimal): -5108366 or 7474610. OLE color: 7474610.

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

Color convert

RGB 178 13 114 -
CMYK 0 0.93 0.36 0.30
HSL 323.27º 0.86% 0.37% -
HSV(B) 323.27º 0.93% 0.7% -
XYZ 21.54 10.97 16.9 -
YUV 73.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 178 13 114 0 0.93 0.36 0.30 323.27 0.86 0.37
Hex B2 D 72 0 5D 24 1E 143 56 25
Octal 262 15 162 0 135 44 36 503 126 45
Binary 10110010 1101 1110010 0 1011101 100100 11110 101000011 1010110 100101

Color Harmonies of #B20D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D72

Black with #B20D72

Text Example


Text Example

White with #B20D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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