Html Css Color HEX #B11174 Jazzberry Jam

📋 copy color: '#B11174'

red 177 ◦ green 17 ◦ blue 116

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

Shades of Jazzberry Jam #B11174

Tints of Jazzberry Jam #B11174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 57.1%
G = 5.48%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11174 (or 0xB11174) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 74. RGB value is (177,17,116). Sum of RGB (Red+Green+Blue) = 177+17+116=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B11174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11174 is #4EEE8B. Grayscale: #4B4B4B. Windows color (decimal): -5172876 or 7606705. OLE color: 7606705.

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

Color convert

RGB 177 17 116 -
CMYK 0 0.90 0.34 0.31
HSL 322.88º 0.82% 0.38% -
HSV(B) 322.88º 0.9% 0.69% -
XYZ 21.48 11.01 17.52 -
YUV 76.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 177 17 116 0 0.90 0.34 0.31 322.88 0.82 0.38
Hex B1 11 74 0 5A 22 1F 143 52 26
Octal 261 21 164 0 132 42 37 503 122 46
Binary 10110001 10001 1110100 0 1011010 100010 11111 101000011 1010010 100110

Color Harmonies of #B11174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11174

Black with #B11174

Text Example


Text Example

White with #B11174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11174; }

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

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

background-color css

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

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

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

border-color css

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

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

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