Html Css Color HEX #B20255 Jazzberry Jam

📋 copy color: '#B20255'

red 178 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #B20255

Tints of Jazzberry Jam #B20255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 67.17%
G = 0.75%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B20255 (or 0xB20255) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 55. RGB value is (178,2,85). Sum of RGB (Red+Green+Blue) = 178+2+85=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B20255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20255 is #4DFDAA. Grayscale: #3F3F3F. Windows color (decimal): -5111211 or 5571250. OLE color: 5571250.

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

Color convert

RGB 178 2 85 -
CMYK 0 0.99 0.52 0.30
HSL 331.7º 0.98% 0.35% -
HSV(B) 331.7º 0.99% 0.7% -
XYZ 20.02 10.16 9.5 -
YUV 64.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 178 2 85 0 0.99 0.52 0.30 331.7 0.98 0.35
Hex B2 2 55 0 63 34 1E 14C 62 23
Octal 262 2 125 0 143 64 36 514 142 43
Binary 10110010 10 1010101 0 1100011 110100 11110 101001100 1100010 100011

Color Harmonies of #B20255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20255

Black with #B20255

Text Example


Text Example

White with #B20255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20255; }

 p { color: rgb(178,2,85); }

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

background-color css

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

 a { background-color: rgb(178,2,85); }

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

border-color css

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

 span { border-color: rgb(178,2,85); }

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