Html Css Color HEX #B0116F Jazzberry Jam

📋 copy color: '#B0116F'

red 176 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #B0116F

Tints of Jazzberry Jam #B0116F

RGB

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

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

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

R = 57.89%
G = 5.59%
B = 36.51%

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

#B0116F (or 0xB0116F) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 6F. RGB value is (176,17,111). Sum of RGB (Red+Green+Blue) = 176+17+111=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0116F is #4FEE90. Grayscale: #4B4B4B. Windows color (decimal): -5238417 or 7279024. OLE color: 7279024.

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

Color convert

RGB 176 17 111 -
CMYK 0 0.90 0.37 0.31
HSL 324.53º 0.82% 0.38% -
HSV(B) 324.53º 0.9% 0.69% -
XYZ 20.97 10.78 16.01 -
YUV 75.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 176 17 111 0 0.90 0.37 0.31 324.53 0.82 0.38
Hex B0 11 6F 0 5A 25 1F 145 52 26
Octal 260 21 157 0 132 45 37 505 122 46
Binary 10110000 10001 1101111 0 1011010 100101 11111 101000101 1010010 100110

Color Harmonies of #B0116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0116F

Black with #B0116F

Text Example


Text Example

White with #B0116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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