Html Css Color HEX #B20573 Jazzberry Jam

📋 copy color: '#B20573'

red 178 ◦ green 5 ◦ blue 115

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

Shades of Jazzberry Jam #B20573

Tints of Jazzberry Jam #B20573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 59.73%
G = 1.68%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B20573 (or 0xB20573) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 73. RGB value is (178,5,115). Sum of RGB (Red+Green+Blue) = 178+5+115=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20573 is #4DFA8C. Grayscale: #454545. Windows color (decimal): -5110413 or 7538098. OLE color: 7538098.

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

Color convert

RGB 178 5 115 -
CMYK 0 0.97 0.35 0.30
HSL 321.85º 0.95% 0.36% -
HSV(B) 321.85º 0.97% 0.7% -
XYZ 21.51 10.81 17.17 -
YUV 69.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 178 5 115 0 0.97 0.35 0.30 321.85 0.95 0.36
Hex B2 5 73 0 61 23 1E 142 5F 24
Octal 262 5 163 0 141 43 36 502 137 44
Binary 10110010 101 1110011 0 1100001 100011 11110 101000010 1011111 100100

Color Harmonies of #B20573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20573

Black with #B20573

Text Example


Text Example

White with #B20573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20573; }

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

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

background-color css

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

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

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

border-color css

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

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

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