Html Css Color HEX #B11366 Jazzberry Jam

📋 copy color: '#B11366'

red 177 ◦ green 19 ◦ blue 102

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

Shades of Jazzberry Jam #B11366

Tints of Jazzberry Jam #B11366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 59.4%
G = 6.38%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11366 (or 0xB11366) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 66. RGB value is (177,19,102). Sum of RGB (Red+Green+Blue) = 177+19+102=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11366 is #4EEC99. Grayscale: #4B4B4B. Windows color (decimal): -5172378 or 6689713. OLE color: 6689713.

HSL color Cylindrical-coordinate representation of color #B11366: hue angle of 328.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11366 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 102 -
CMYK 0 0.89 0.42 0.31
HSL 328.48º 0.81% 0.38% -
HSV(B) 328.48º 0.89% 0.69% -
XYZ 20.76 10.77 13.56 -
YUV 75.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 177 19 102 0 0.89 0.42 0.31 328.48 0.81 0.38
Hex B1 13 66 0 59 2A 1F 148 51 26
Octal 261 23 146 0 131 52 37 510 121 46
Binary 10110001 10011 1100110 0 1011001 101010 11111 101001000 1010001 100110

Color Harmonies of #B11366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11366

Black with #B11366

Text Example


Text Example

White with #B11366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11366; }

 p { color: rgb(177,19,102); }

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

background-color css

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

 a { background-color: rgb(177,19,102); }

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

border-color css

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

 span { border-color: rgb(177,19,102); }

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