Html Css Color HEX #B21963 Jazzberry Jam

📋 copy color: '#B21963'

red 178 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #B21963

Tints of Jazzberry Jam #B21963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 58.94%
G = 8.28%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B21963 (or 0xB21963) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 63. RGB value is (178,25,99). Sum of RGB (Red+Green+Blue) = 178+25+99=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B21963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21963 is #4DE69C. Grayscale: #4F4F4F. Windows color (decimal): -5105309 or 6494642. OLE color: 6494642.

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

Color convert

RGB 178 25 99 -
CMYK 0 0.86 0.44 0.30
HSL 330.98º 0.75% 0.4% -
HSV(B) 330.98º 0.86% 0.7% -
XYZ 20.96 11.06 12.83 -
YUV 79.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 178 25 99 0 0.86 0.44 0.30 330.98 0.75 0.4
Hex B2 19 63 0 56 2C 1E 14B 4B 28
Octal 262 31 143 0 126 54 36 513 113 50
Binary 10110010 11001 1100011 0 1010110 101100 11110 101001011 1001011 101000

Color Harmonies of #B21963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21963

Black with #B21963

Text Example


Text Example

White with #B21963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21963; }

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

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

background-color css

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

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

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

border-color css

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

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

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