Html Css Color HEX #B21A70 Jazzberry Jam

📋 copy color: '#B21A70'

red 178 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #B21A70

Tints of Jazzberry Jam #B21A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 56.33%
G = 8.23%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B21A70 (or 0xB21A70) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 70. RGB value is (178,26,112). Sum of RGB (Red+Green+Blue) = 178+26+112=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A70 is #4DE58F. Grayscale: #515151. Windows color (decimal): -5105040 or 7346866. OLE color: 7346866.

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

Color convert

RGB 178 26 112 -
CMYK 0 0.85 0.37 0.30
HSL 326.05º 0.75% 0.4% -
HSV(B) 326.05º 0.85% 0.7% -
XYZ 21.65 11.37 16.38 -
YUV 81.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 178 26 112 0 0.85 0.37 0.30 326.05 0.75 0.4
Hex B2 1A 70 0 55 25 1E 146 4B 28
Octal 262 32 160 0 125 45 36 506 113 50
Binary 10110010 11010 1110000 0 1010101 100101 11110 101000110 1001011 101000

Color Harmonies of #B21A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A70

Black with #B21A70

Text Example


Text Example

White with #B21A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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