Html Css Color HEX #B21773 Jazzberry Jam

📋 copy color: '#B21773'

red 178 ◦ green 23 ◦ blue 115

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

Shades of Jazzberry Jam #B21773

Tints of Jazzberry Jam #B21773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

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

R = 56.33%
G = 7.28%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21773 (or 0xB21773) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 73. RGB value is (178,23,115). Sum of RGB (Red+Green+Blue) = 178+23+115=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B21773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21773 is #4DE88C. Grayscale: #4F4F4F. Windows color (decimal): -5105805 or 7542706. OLE color: 7542706.

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

Color convert

RGB 178 23 115 -
CMYK 0 0.87 0.35 0.30
HSL 324.39º 0.77% 0.39% -
HSV(B) 324.39º 0.87% 0.7% -
XYZ 21.76 11.32 17.26 -
YUV 79.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 178 23 115 0 0.87 0.35 0.30 324.39 0.77 0.39
Hex B2 17 73 0 57 23 1E 144 4D 27
Octal 262 27 163 0 127 43 36 504 115 47
Binary 10110010 10111 1110011 0 1010111 100011 11110 101000100 1001101 100111

Color Harmonies of #B21773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21773

Black with #B21773

Text Example


Text Example

White with #B21773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21773; }

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

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

background-color css

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

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

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

border-color css

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

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

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