Html Css Color HEX #B20063 Jazzberry Jam

📋 copy color: '#B20063'

red 178 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #B20063

Tints of Jazzberry Jam #B20063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.26%
G = 0%
B = 35.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B20063 (or 0xB20063) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 63. RGB value is (178,0,99). Sum of RGB (Red+Green+Blue) = 178+0+99=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B20063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20063 is #4DFF9C. Grayscale: #404040. Windows color (decimal): -5111709 or 6488242. OLE color: 6488242.

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

Color convert

RGB 178 0 99 -
CMYK 0 1 0.44 0.30
HSL 326.63º 1% 0.35% -
HSV(B) 326.63º 1% 0.7% -
XYZ 20.61 10.37 12.72 -
YUV 64.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 178 0 99 0 1 0.44 0.30 326.63 1 0.35
Hex B2 0 63 0 64 2C 1E 147 64 23
Octal 262 0 143 0 144 54 36 507 144 43
Binary 10110010 0 1100011 0 1100100 101100 11110 101000111 1100100 100011

Color Harmonies of #B20063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20063

Black with #B20063

Text Example


Text Example

White with #B20063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20063; }

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

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

background-color css

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

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

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

border-color css

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

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

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