Html Css Color HEX #B2116F Jazzberry Jam

📋 copy color: '#B2116F'

red 178 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #B2116F

Tints of Jazzberry Jam #B2116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 58.17%
G = 5.56%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2116F (or 0xB2116F) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 6F. RGB value is (178,17,111). Sum of RGB (Red+Green+Blue) = 178+17+111=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2116F is #4DEE90. Grayscale: #4B4B4B. Windows color (decimal): -5107345 or 7279026. OLE color: 7279026.

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

Color convert

RGB 178 17 111 -
CMYK 0 0.90 0.38 0.30
HSL 324.97º 0.83% 0.38% -
HSV(B) 324.97º 0.9% 0.7% -
XYZ 21.43 11.01 16.04 -
YUV 75.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 178 17 111 0 0.90 0.38 0.30 324.97 0.83 0.38
Hex B2 11 6F 0 5A 26 1E 145 53 26
Octal 262 21 157 0 132 46 36 505 123 46
Binary 10110010 10001 1101111 0 1011010 100110 11110 101000101 1010011 100110

Color Harmonies of #B2116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2116F

Black with #B2116F

Text Example


Text Example

White with #B2116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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