Html Css Color HEX #B21154 Jazzberry Jam

📋 copy color: '#B21154'

red 178 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #B21154

Tints of Jazzberry Jam #B21154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 63.8%
G = 6.09%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B21154 (or 0xB21154) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 54. RGB value is (178,17,84). Sum of RGB (Red+Green+Blue) = 178+17+84=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B21154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21154 is #4DEEAB. Grayscale: #484848. Windows color (decimal): -5107372 or 5509554. OLE color: 5509554.

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

Color convert

RGB 178 17 84 -
CMYK 0 0.90 0.53 0.30
HSL 335.03º 0.83% 0.38% -
HSV(B) 335.03º 0.9% 0.7% -
XYZ 20.16 10.51 9.35 -
YUV 72.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 178 17 84 0 0.90 0.53 0.30 335.03 0.83 0.38
Hex B2 11 54 0 5A 35 1E 14F 53 26
Octal 262 21 124 0 132 65 36 517 123 46
Binary 10110010 10001 1010100 0 1011010 110101 11110 101001111 1010011 100110

Color Harmonies of #B21154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21154

Black with #B21154

Text Example


Text Example

White with #B21154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21154; }

 p { color: rgb(178,17,84); }

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

background-color css

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

 a { background-color: rgb(178,17,84); }

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

border-color css

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

 span { border-color: rgb(178,17,84); }

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