Html Css Color HEX #B20164 Jazzberry Jam

📋 copy color: '#B20164'

red 178 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #B20164

Tints of Jazzberry Jam #B20164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 63.8%
G = 0.36%
B = 35.84%

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

#B20164 (or 0xB20164) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 64. RGB value is (178,1,100). Sum of RGB (Red+Green+Blue) = 178+1+100=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20164 is #4DFE9B. Grayscale: #404040. Windows color (decimal): -5111452 or 6554034. OLE color: 6554034.

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

Color convert

RGB 178 1 100 -
CMYK 0 0.99 0.44 0.30
HSL 326.44º 0.99% 0.35% -
HSV(B) 326.44º 0.99% 0.7% -
XYZ 20.67 10.41 12.98 -
YUV 65.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 178 1 100 0 0.99 0.44 0.30 326.44 0.99 0.35
Hex B2 1 64 0 63 2C 1E 146 63 23
Octal 262 1 144 0 143 54 36 506 143 43
Binary 10110010 1 1100100 0 1100011 101100 11110 101000110 1100011 100011

Color Harmonies of #B20164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20164

Black with #B20164

Text Example


Text Example

White with #B20164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20164; }

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

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

background-color css

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

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

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

border-color css

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

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

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