Html Css Color HEX #B20863 Jazzberry Jam

📋 copy color: '#B20863'

red 178 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #B20863

Tints of Jazzberry Jam #B20863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 62.46%
G = 2.81%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B20863 (or 0xB20863) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 63. RGB value is (178,8,99). Sum of RGB (Red+Green+Blue) = 178+8+99=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20863 is #4DF79C. Grayscale: #454545. Windows color (decimal): -5109661 or 6490290. OLE color: 6490290.

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

Color convert

RGB 178 8 99 -
CMYK 0 0.96 0.44 0.30
HSL 327.88º 0.91% 0.36% -
HSV(B) 327.88º 0.96% 0.7% -
XYZ 20.7 10.54 12.75 -
YUV 69.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 178 8 99 0 0.96 0.44 0.30 327.88 0.91 0.36
Hex B2 8 63 0 60 2C 1E 148 5B 24
Octal 262 10 143 0 140 54 36 510 133 44
Binary 10110010 1000 1100011 0 1100000 101100 11110 101001000 1011011 100100

Color Harmonies of #B20863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20863

Black with #B20863

Text Example


Text Example

White with #B20863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20863; }

 p { color: rgb(178,8,99); }

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

background-color css

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

 a { background-color: rgb(178,8,99); }

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

border-color css

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

 span { border-color: rgb(178,8,99); }

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