Html Css Color HEX #B20558 Jazzberry Jam

📋 copy color: '#B20558'

red 178 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B20558

Tints of Jazzberry Jam #B20558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 65.68%
G = 1.85%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20558 (or 0xB20558) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 58. RGB value is (178,5,88). Sum of RGB (Red+Green+Blue) = 178+5+88=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B20558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20558 is #4DFAA7. Grayscale: #424242. Windows color (decimal): -5110440 or 5768626. OLE color: 5768626.

HSL color Cylindrical-coordinate representation of color #B20558: hue angle of 331.21º 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 #B20558 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 88 -
CMYK 0 0.97 0.51 0.30
HSL 331.21º 0.95% 0.36% -
HSV(B) 331.21º 0.97% 0.7% -
XYZ 20.18 10.28 10.15 -
YUV 66.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 178 5 88 0 0.97 0.51 0.30 331.21 0.95 0.36
Hex B2 5 58 0 61 33 1E 14B 5F 24
Octal 262 5 130 0 141 63 36 513 137 44
Binary 10110010 101 1011000 0 1100001 110011 11110 101001011 1011111 100100

Color Harmonies of #B20558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20558

Black with #B20558

Text Example


Text Example

White with #B20558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20558; }

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

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

background-color css

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

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

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

border-color css

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

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

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