Html Css Color HEX #B20F58 Jazzberry Jam

📋 copy color: '#B20F58'

red 178 ◦ green 15 ◦ blue 88

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

Shades of Jazzberry Jam #B20F58

Tints of Jazzberry Jam #B20F58

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

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

R = 63.35%
G = 5.34%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20F58 (or 0xB20F58) is known color: Jazzberry Jam. HEX triplet: B2, 0F and 58. RGB value is (178,15,88). Sum of RGB (Red+Green+Blue) = 178+15+88=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20F58 is #4DF0A7. Grayscale: #474747. Windows color (decimal): -5107880 or 5771186. OLE color: 5771186.

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

Color convert

RGB 178 15 88 -
CMYK 0 0.92 0.51 0.30
HSL 333.13º 0.84% 0.38% -
HSV(B) 333.13º 0.92% 0.7% -
XYZ 20.29 10.51 10.19 -
YUV 72.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 178 15 88 0 0.92 0.51 0.30 333.13 0.84 0.38
Hex B2 F 58 0 5C 33 1E 14D 54 26
Octal 262 17 130 0 134 63 36 515 124 46
Binary 10110010 1111 1011000 0 1011100 110011 11110 101001101 1010100 100110

Color Harmonies of #B20F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F58

Black with #B20F58

Text Example


Text Example

White with #B20F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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