Html Css Color HEX #B20458 Jazzberry Jam

📋 copy color: '#B20458'

red 178 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #B20458

Tints of Jazzberry Jam #B20458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 65.93%
G = 1.48%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20458 (or 0xB20458) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 58. RGB value is (178,4,88). Sum of RGB (Red+Green+Blue) = 178+4+88=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B20458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20458 is #4DFBA7. Grayscale: #414141. Windows color (decimal): -5110696 or 5768370. OLE color: 5768370.

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

Color convert

RGB 178 4 88 -
CMYK 0 0.98 0.51 0.30
HSL 331.03º 0.96% 0.36% -
HSV(B) 331.03º 0.98% 0.7% -
XYZ 20.16 10.26 10.15 -
YUV 65.6 140.65 208.17 -
System Red Green Blue C M Y K H S L
Decimal 178 4 88 0 0.98 0.51 0.30 331.03 0.96 0.36
Hex B2 4 58 0 62 33 1E 14B 60 24
Octal 262 4 130 0 142 63 36 513 140 44
Binary 10110010 100 1011000 0 1100010 110011 11110 101001011 1100000 100100

Color Harmonies of #B20458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20458

Black with #B20458

Text Example


Text Example

White with #B20458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20458; }

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

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

background-color css

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

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

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

border-color css

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

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

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