Html Css Color HEX #B20D5F Jazzberry Jam

📋 copy color: '#B20D5F'

red 178 ◦ green 13 ◦ blue 95

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

Shades of Jazzberry Jam #B20D5F

Tints of Jazzberry Jam #B20D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 62.24%
G = 4.55%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B20D5F (or 0xB20D5F) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 5F. RGB value is (178,13,95). Sum of RGB (Red+Green+Blue) = 178+13+95=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D5F is #4DF2A0. Grayscale: #474747. Windows color (decimal): -5108385 or 6229426. OLE color: 6229426.

HSL color Cylindrical-coordinate representation of color #B20D5F: hue angle of 330.18º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D5F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 95 -
CMYK 0 0.93 0.47 0.30
HSL 330.18º 0.86% 0.37% -
HSV(B) 330.18º 0.93% 0.7% -
XYZ 20.57 10.58 11.78 -
YUV 71.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 178 13 95 0 0.93 0.47 0.30 330.18 0.86 0.37
Hex B2 D 5F 0 5D 2F 1E 14A 56 25
Octal 262 15 137 0 135 57 36 512 126 45
Binary 10110010 1101 1011111 0 1011101 101111 11110 101001010 1010110 100101

Color Harmonies of #B20D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D5F

Black with #B20D5F

Text Example


Text Example

White with #B20D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D5F; }

 p { color: rgb(178,13,95); }

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

background-color css

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

 a { background-color: rgb(178,13,95); }

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

border-color css

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

 span { border-color: rgb(178,13,95); }

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