Html Css Color HEX #B20E5D Jazzberry Jam

📋 copy color: '#B20E5D'

red 178 ◦ green 14 ◦ blue 93

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

Shades of Jazzberry Jam #B20E5D

Tints of Jazzberry Jam #B20E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 62.46%
G = 4.91%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B20E5D (or 0xB20E5D) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 5D. RGB value is (178,14,93). Sum of RGB (Red+Green+Blue) = 178+14+93=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E5D is #4DF1A2. Grayscale: #474747. Windows color (decimal): -5108131 or 6098610. OLE color: 6098610.

HSL color Cylindrical-coordinate representation of color #B20E5D: hue angle of 331.1º degrees, saturation: 0.85, 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 #B20E5D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 14 93 -
CMYK 0 0.92 0.48 0.30
HSL 331.1º 0.85% 0.38% -
HSV(B) 331.1º 0.92% 0.7% -
XYZ 20.49 10.57 11.32 -
YUV 72.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 178 14 93 0 0.92 0.48 0.30 331.1 0.85 0.38
Hex B2 E 5D 0 5C 30 1E 14B 55 26
Octal 262 16 135 0 134 60 36 513 125 46
Binary 10110010 1110 1011101 0 1011100 110000 11110 101001011 1010101 100110

Color Harmonies of #B20E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E5D

Black with #B20E5D

Text Example


Text Example

White with #B20E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E5D; }

 p { color: rgb(178,14,93); }

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

background-color css

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

 a { background-color: rgb(178,14,93); }

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

border-color css

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

 span { border-color: rgb(178,14,93); }

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