Html Css Color HEX #B0116D Jazzberry Jam

📋 copy color: '#B0116D'

red 176 ◦ green 17 ◦ blue 109

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

Shades of Jazzberry Jam #B0116D

Tints of Jazzberry Jam #B0116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 58.28%
G = 5.63%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0116D (or 0xB0116D) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 6D. RGB value is (176,17,109). Sum of RGB (Red+Green+Blue) = 176+17+109=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0116D is #4FEE92. Grayscale: #4A4A4A. Windows color (decimal): -5238419 or 7147952. OLE color: 7147952.

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

Color convert

RGB 176 17 109 -
CMYK 0 0.90 0.38 0.31
HSL 325.28º 0.82% 0.38% -
HSV(B) 325.28º 0.9% 0.69% -
XYZ 20.87 10.74 15.44 -
YUV 75.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 176 17 109 0 0.90 0.38 0.31 325.28 0.82 0.38
Hex B0 11 6D 0 5A 26 1F 145 52 26
Octal 260 21 155 0 132 46 37 505 122 46
Binary 10110000 10001 1101101 0 1011010 100110 11111 101000101 1010010 100110

Color Harmonies of #B0116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0116D

Black with #B0116D

Text Example


Text Example

White with #B0116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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