Html Css Color HEX #B21164 Jazzberry Jam

📋 copy color: '#B21164'

red 178 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #B21164

Tints of Jazzberry Jam #B21164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 60.34%
G = 5.76%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B21164 (or 0xB21164) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 64. RGB value is (178,17,100). Sum of RGB (Red+Green+Blue) = 178+17+100=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B21164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21164 is #4DEE9B. Grayscale: #4A4A4A. Windows color (decimal): -5107356 or 6558130. OLE color: 6558130.

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

Color convert

RGB 178 17 100 -
CMYK 0 0.90 0.44 0.30
HSL 329.07º 0.83% 0.38% -
HSV(B) 329.07º 0.9% 0.7% -
XYZ 20.86 10.79 13.04 -
YUV 74.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 178 17 100 0 0.90 0.44 0.30 329.07 0.83 0.38
Hex B2 11 64 0 5A 2C 1E 149 53 26
Octal 262 21 144 0 132 54 36 511 123 46
Binary 10110010 10001 1100100 0 1011010 101100 11110 101001001 1010011 100110

Color Harmonies of #B21164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21164

Black with #B21164

Text Example


Text Example

White with #B21164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21164; }

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

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

background-color css

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

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

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

border-color css

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

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

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