Html Css Color HEX #B21167 Jazzberry Jam

📋 copy color: '#B21167'

red 178 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #B21167

Tints of Jazzberry Jam #B21167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 59.73%
G = 5.7%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B21167 (or 0xB21167) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 67. RGB value is (178,17,103). Sum of RGB (Red+Green+Blue) = 178+17+103=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B21167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21167 is #4DEE98. Grayscale: #4A4A4A. Windows color (decimal): -5107353 or 6754738. OLE color: 6754738.

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

Color convert

RGB 178 17 103 -
CMYK 0 0.90 0.42 0.30
HSL 327.95º 0.83% 0.38% -
HSV(B) 327.95º 0.9% 0.7% -
XYZ 21.01 10.85 13.82 -
YUV 74.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 178 17 103 0 0.90 0.42 0.30 327.95 0.83 0.38
Hex B2 11 67 0 5A 2A 1E 148 53 26
Octal 262 21 147 0 132 52 36 510 123 46
Binary 10110010 10001 1100111 0 1011010 101010 11110 101001000 1010011 100110

Color Harmonies of #B21167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21167

Black with #B21167

Text Example


Text Example

White with #B21167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21167; }

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

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

background-color css

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

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

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

border-color css

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

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

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