Html Css Color HEX #B1116C Jazzberry Jam

📋 copy color: '#B1116C'

red 177 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #B1116C

Tints of Jazzberry Jam #B1116C

RGB

 RED value IS 177 (69.53% from 255) = 58.61%

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

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

R = 58.61%
G = 5.63%
B = 35.76%

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

#B1116C (or 0xB1116C) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 6C. RGB value is (177,17,108). Sum of RGB (Red+Green+Blue) = 177+17+108=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1116C is #4EEE93. Grayscale: #4B4B4B. Windows color (decimal): -5172884 or 7082417. OLE color: 7082417.

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

Color convert

RGB 177 17 108 -
CMYK 0 0.90 0.39 0.31
HSL 325.88º 0.82% 0.38% -
HSV(B) 325.88º 0.9% 0.69% -
XYZ 21.04 10.83 15.17 -
YUV 75.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 177 17 108 0 0.90 0.39 0.31 325.88 0.82 0.38
Hex B1 11 6C 0 5A 27 1F 146 52 26
Octal 261 21 154 0 132 47 37 506 122 46
Binary 10110001 10001 1101100 0 1011010 100111 11111 101000110 1010010 100110

Color Harmonies of #B1116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1116C

Black with #B1116C

Text Example


Text Example

White with #B1116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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