Html Css Color HEX #B0116E Jazzberry Jam

📋 copy color: '#B0116E'

red 176 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #B0116E

Tints of Jazzberry Jam #B0116E

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

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

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

R = 58.09%
G = 5.61%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0116E (or 0xB0116E) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 6E. RGB value is (176,17,110). Sum of RGB (Red+Green+Blue) = 176+17+110=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0116E is #4FEE91. Grayscale: #4A4A4A. Windows color (decimal): -5238418 or 7213488. OLE color: 7213488.

HSL color Cylindrical-coordinate representation of color #B0116E: hue angle of 324.91º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0116E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 110 -
CMYK 0 0.90 0.37 0.31
HSL 324.91º 0.82% 0.38% -
HSV(B) 324.91º 0.9% 0.69% -
XYZ 20.92 10.76 15.73 -
YUV 75.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 176 17 110 0 0.90 0.37 0.31 324.91 0.82 0.38
Hex B0 11 6E 0 5A 25 1F 145 52 26
Octal 260 21 156 0 132 45 37 505 122 46
Binary 10110000 10001 1101110 0 1011010 100101 11111 101000101 1010010 100110

Color Harmonies of #B0116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0116E

Black with #B0116E

Text Example


Text Example

White with #B0116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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