Html Css Color HEX #B20873 Jazzberry Jam

📋 copy color: '#B20873'

red 178 ◦ green 8 ◦ blue 115

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

Shades of Jazzberry Jam #B20873

Tints of Jazzberry Jam #B20873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 59.14%
G = 2.66%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B20873 (or 0xB20873) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 73. RGB value is (178,8,115). Sum of RGB (Red+Green+Blue) = 178+8+115=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B20873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20873 is #4DF78C. Grayscale: #464646. Windows color (decimal): -5109645 or 7538866. OLE color: 7538866.

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

Color convert

RGB 178 8 115 -
CMYK 0 0.96 0.35 0.30
HSL 322.24º 0.91% 0.36% -
HSV(B) 322.24º 0.96% 0.7% -
XYZ 21.54 10.88 17.18 -
YUV 71.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 178 8 115 0 0.96 0.35 0.30 322.24 0.91 0.36
Hex B2 8 73 0 60 23 1E 142 5B 24
Octal 262 10 163 0 140 43 36 502 133 44
Binary 10110010 1000 1110011 0 1100000 100011 11110 101000010 1011011 100100

Color Harmonies of #B20873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20873

Black with #B20873

Text Example


Text Example

White with #B20873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20873; }

 p { color: rgb(178,8,115); }

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

background-color css

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

 a { background-color: rgb(178,8,115); }

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

border-color css

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

 span { border-color: rgb(178,8,115); }

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