Html Css Color HEX #B11168 Jazzberry Jam

📋 copy color: '#B11168'

red 177 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #B11168

Tints of Jazzberry Jam #B11168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 59.4%
G = 5.7%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B11168 (or 0xB11168) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 68. RGB value is (177,17,104). Sum of RGB (Red+Green+Blue) = 177+17+104=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11168 is #4EEE97. Grayscale: #4A4A4A. Windows color (decimal): -5172888 or 6820273. OLE color: 6820273.

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

Color convert

RGB 177 17 104 -
CMYK 0 0.90 0.41 0.31
HSL 327.38º 0.82% 0.38% -
HSV(B) 327.38º 0.9% 0.69% -
XYZ 20.83 10.75 14.07 -
YUV 74.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 177 17 104 0 0.90 0.41 0.31 327.38 0.82 0.38
Hex B1 11 68 0 5A 29 1F 147 52 26
Octal 261 21 150 0 132 51 37 507 122 46
Binary 10110001 10001 1101000 0 1011010 101001 11111 101000111 1010010 100110

Color Harmonies of #B11168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11168

Black with #B11168

Text Example


Text Example

White with #B11168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11168; }

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

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

background-color css

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

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

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

border-color css

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

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

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