Html Css Color HEX #B2116E Jazzberry Jam

📋 copy color: '#B2116E'

red 178 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #B2116E

Tints of Jazzberry Jam #B2116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 58.36%
G = 5.57%
B = 36.07%

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

#B2116E (or 0xB2116E) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 6E. RGB value is (178,17,110). Sum of RGB (Red+Green+Blue) = 178+17+110=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2116E is #4DEE91. Grayscale: #4B4B4B. Windows color (decimal): -5107346 or 7213490. OLE color: 7213490.

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

Color convert

RGB 178 17 110 -
CMYK 0 0.90 0.38 0.30
HSL 325.34º 0.83% 0.38% -
HSV(B) 325.34º 0.9% 0.7% -
XYZ 21.38 10.99 15.75 -
YUV 75.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 178 17 110 0 0.90 0.38 0.30 325.34 0.83 0.38
Hex B2 11 6E 0 5A 26 1E 145 53 26
Octal 262 21 156 0 132 46 36 505 123 46
Binary 10110010 10001 1101110 0 1011010 100110 11110 101000101 1010011 100110

Color Harmonies of #B2116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2116E

Black with #B2116E

Text Example


Text Example

White with #B2116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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