Html Css Color HEX #B21273 Jazzberry Jam

📋 copy color: '#B21273'

red 178 ◦ green 18 ◦ blue 115

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

Shades of Jazzberry Jam #B21273

Tints of Jazzberry Jam #B21273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 57.23%
G = 5.79%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21273 (or 0xB21273) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 73. RGB value is (178,18,115). Sum of RGB (Red+Green+Blue) = 178+18+115=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B21273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21273 is #4DED8C. Grayscale: #4C4C4C. Windows color (decimal): -5107085 or 7541426. OLE color: 7541426.

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

Color convert

RGB 178 18 115 -
CMYK 0 0.90 0.35 0.30
HSL 323.63º 0.82% 0.38% -
HSV(B) 323.63º 0.9% 0.7% -
XYZ 21.67 11.14 17.23 -
YUV 76.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 178 18 115 0 0.90 0.35 0.30 323.63 0.82 0.38
Hex B2 12 73 0 5A 23 1E 144 52 26
Octal 262 22 163 0 132 43 36 504 122 46
Binary 10110010 10010 1110011 0 1011010 100011 11110 101000100 1010010 100110

Color Harmonies of #B21273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21273

Black with #B21273

Text Example


Text Example

White with #B21273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21273; }

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

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

background-color css

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

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

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

border-color css

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

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

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