Html Css Color HEX #B21A62 Jazzberry Jam

📋 copy color: '#B21A62'

red 178 ◦ green 26 ◦ blue 98

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

Shades of Jazzberry Jam #B21A62

Tints of Jazzberry Jam #B21A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 58.94%
G = 8.61%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B21A62 (or 0xB21A62) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 62. RGB value is (178,26,98). Sum of RGB (Red+Green+Blue) = 178+26+98=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A62 is #4DE59D. Grayscale: #4F4F4F. Windows color (decimal): -5105054 or 6429362. OLE color: 6429362.

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

Color convert

RGB 178 26 98 -
CMYK 0 0.85 0.45 0.30
HSL 331.58º 0.75% 0.4% -
HSV(B) 331.58º 0.85% 0.7% -
XYZ 20.93 11.09 12.59 -
YUV 79.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 178 26 98 0 0.85 0.45 0.30 331.58 0.75 0.4
Hex B2 1A 62 0 55 2D 1E 14C 4B 28
Octal 262 32 142 0 125 55 36 514 113 50
Binary 10110010 11010 1100010 0 1010101 101101 11110 101001100 1001011 101000

Color Harmonies of #B21A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A62

Black with #B21A62

Text Example


Text Example

White with #B21A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A62; }

 p { color: rgb(178,26,98); }

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

background-color css

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

 a { background-color: rgb(178,26,98); }

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

border-color css

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

 span { border-color: rgb(178,26,98); }

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