Html Css Color HEX #B21272 Jazzberry Jam

📋 copy color: '#B21272'

red 178 ◦ green 18 ◦ blue 114

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

Shades of Jazzberry Jam #B21272

Tints of Jazzberry Jam #B21272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 57.42%
G = 5.81%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B21272 (or 0xB21272) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 72. RGB value is (178,18,114). Sum of RGB (Red+Green+Blue) = 178+18+114=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B21272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21272 is #4DED8D. Grayscale: #4C4C4C. Windows color (decimal): -5107086 or 7475890. OLE color: 7475890.

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

Color convert

RGB 178 18 114 -
CMYK 0 0.90 0.36 0.30
HSL 324º 0.82% 0.38% -
HSV(B) 324º 0.9% 0.7% -
XYZ 21.61 11.11 16.93 -
YUV 76.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 178 18 114 0 0.90 0.36 0.30 324 0.82 0.38
Hex B2 12 72 0 5A 24 1E 144 52 26
Octal 262 22 162 0 132 44 36 504 122 46
Binary 10110010 10010 1110010 0 1011010 100100 11110 101000100 1010010 100110

Color Harmonies of #B21272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21272

Black with #B21272

Text Example


Text Example

White with #B21272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21272; }

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

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

background-color css

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

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

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

border-color css

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

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

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