Html Css Color HEX #B0116C Jazzberry Jam

📋 copy color: '#B0116C'

red 176 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #B0116C

Tints of Jazzberry Jam #B0116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 58.47%
G = 5.65%
B = 35.88%

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

#B0116C (or 0xB0116C) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 6C. RGB value is (176,17,108). Sum of RGB (Red+Green+Blue) = 176+17+108=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0116C is #4FEE93. Grayscale: #4A4A4A. Windows color (decimal): -5238420 or 7082416. OLE color: 7082416.

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

Color convert

RGB 176 17 108 -
CMYK 0 0.90 0.39 0.31
HSL 325.66º 0.82% 0.38% -
HSV(B) 325.66º 0.9% 0.69% -
XYZ 20.81 10.71 15.16 -
YUV 74.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 176 17 108 0 0.90 0.39 0.31 325.66 0.82 0.38
Hex B0 11 6C 0 5A 27 1F 146 52 26
Octal 260 21 154 0 132 47 37 506 122 46
Binary 10110000 10001 1101100 0 1011010 100111 11111 101000110 1010010 100110

Color Harmonies of #B0116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0116C

Black with #B0116C

Text Example


Text Example

White with #B0116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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