Html Css Color HEX #B20163 Jazzberry Jam

📋 copy color: '#B20163'

red 178 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #B20163

Tints of Jazzberry Jam #B20163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 64.03%
G = 0.36%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B20163 (or 0xB20163) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 63. RGB value is (178,1,99). Sum of RGB (Red+Green+Blue) = 178+1+99=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B20163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20163 is #4DFE9C. Grayscale: #404040. Windows color (decimal): -5111453 or 6488498. OLE color: 6488498.

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

Color convert

RGB 178 1 99 -
CMYK 0 0.99 0.44 0.30
HSL 326.78º 0.99% 0.35% -
HSV(B) 326.78º 0.99% 0.7% -
XYZ 20.62 10.39 12.72 -
YUV 65.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 178 1 99 0 0.99 0.44 0.30 326.78 0.99 0.35
Hex B2 1 63 0 63 2C 1E 147 63 23
Octal 262 1 143 0 143 54 36 507 143 43
Binary 10110010 1 1100011 0 1100011 101100 11110 101000111 1100011 100011

Color Harmonies of #B20163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20163

Black with #B20163

Text Example


Text Example

White with #B20163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20163; }

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

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

background-color css

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

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

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

border-color css

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

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

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