Html Css Color HEX #B20072 Jazzberry Jam

📋 copy color: '#B20072'

red 178 ◦ green 0 ◦ blue 114

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

Shades of Jazzberry Jam #B20072

Tints of Jazzberry Jam #B20072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.96%
G = 0%
B = 39.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B20072 (or 0xB20072) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 72. RGB value is (178,0,114). Sum of RGB (Red+Green+Blue) = 178+0+114=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B20072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20072 is #4DFF8D. Grayscale: #414141. Windows color (decimal): -5111694 or 7471282. OLE color: 7471282.

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

Color convert

RGB 178 0 114 -
CMYK 0 1 0.36 0.30
HSL 321.57º 1% 0.35% -
HSV(B) 321.57º 1% 0.7% -
XYZ 21.4 10.68 16.85 -
YUV 66.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 178 0 114 0 1 0.36 0.30 321.57 1 0.35
Hex B2 0 72 0 64 24 1E 142 64 23
Octal 262 0 162 0 144 44 36 502 144 43
Binary 10110010 0 1110010 0 1100100 100100 11110 101000010 1100100 100011

Color Harmonies of #B20072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20072

Black with #B20072

Text Example


Text Example

White with #B20072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20072; }

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

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

background-color css

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

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

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

border-color css

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

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

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