Html Css Color HEX #B0116B Jazzberry Jam

📋 copy color: '#B0116B'

red 176 ◦ green 17 ◦ blue 107

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

Shades of Jazzberry Jam #B0116B

Tints of Jazzberry Jam #B0116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 58.67%
G = 5.67%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0116B (or 0xB0116B) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 6B. RGB value is (176,17,107). Sum of RGB (Red+Green+Blue) = 176+17+107=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0116B is #4FEE94. Grayscale: #4A4A4A. Windows color (decimal): -5238421 or 7016880. OLE color: 7016880.

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

Color convert

RGB 176 17 107 -
CMYK 0 0.90 0.39 0.31
HSL 326.04º 0.82% 0.38% -
HSV(B) 326.04º 0.9% 0.69% -
XYZ 20.76 10.69 14.88 -
YUV 74.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 176 17 107 0 0.90 0.39 0.31 326.04 0.82 0.38
Hex B0 11 6B 0 5A 27 1F 146 52 26
Octal 260 21 153 0 132 47 37 506 122 46
Binary 10110000 10001 1101011 0 1011010 100111 11111 101000110 1010010 100110

Color Harmonies of #B0116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0116B

Black with #B0116B

Text Example


Text Example

White with #B0116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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