Html Css Color HEX #B21473 Jazzberry Jam

📋 copy color: '#B21473'

red 178 ◦ green 20 ◦ blue 115

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

Shades of Jazzberry Jam #B21473

Tints of Jazzberry Jam #B21473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 56.87%
G = 6.39%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21473 (or 0xB21473) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 73. RGB value is (178,20,115). Sum of RGB (Red+Green+Blue) = 178+20+115=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B21473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21473 is #4DEB8C. Grayscale: #4D4D4D. Windows color (decimal): -5106573 or 7541938. OLE color: 7541938.

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

Color convert

RGB 178 20 115 -
CMYK 0 0.89 0.35 0.30
HSL 323.92º 0.8% 0.39% -
HSV(B) 323.92º 0.89% 0.7% -
XYZ 21.7 11.2 17.24 -
YUV 78.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 178 20 115 0 0.89 0.35 0.30 323.92 0.8 0.39
Hex B2 14 73 0 59 23 1E 144 50 27
Octal 262 24 163 0 131 43 36 504 120 47
Binary 10110010 10100 1110011 0 1011001 100011 11110 101000100 1010000 100111

Color Harmonies of #B21473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21473

Black with #B21473

Text Example


Text Example

White with #B21473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21473; }

 p { color: rgb(178,20,115); }

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

background-color css

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

 a { background-color: rgb(178,20,115); }

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

border-color css

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

 span { border-color: rgb(178,20,115); }

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