Html Css Color HEX #B11063 Jazzberry Jam

📋 copy color: '#B11063'

red 177 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #B11063

Tints of Jazzberry Jam #B11063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 60.62%
G = 5.48%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B11063 (or 0xB11063) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 63. RGB value is (177,16,99). Sum of RGB (Red+Green+Blue) = 177+16+99=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B11063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11063 is #4EEF9C. Grayscale: #494949. Windows color (decimal): -5173149 or 6492337. OLE color: 6492337.

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

Color convert

RGB 177 16 99 -
CMYK 0 0.91 0.44 0.31
HSL 329.07º 0.83% 0.38% -
HSV(B) 329.07º 0.91% 0.69% -
XYZ 20.57 10.62 12.77 -
YUV 73.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 177 16 99 0 0.91 0.44 0.31 329.07 0.83 0.38
Hex B1 10 63 0 5B 2C 1F 149 53 26
Octal 261 20 143 0 133 54 37 511 123 46
Binary 10110001 10000 1100011 0 1011011 101100 11111 101001001 1010011 100110

Color Harmonies of #B11063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11063

Black with #B11063

Text Example


Text Example

White with #B11063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11063; }

 p { color: rgb(177,16,99); }

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

background-color css

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

 a { background-color: rgb(177,16,99); }

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

border-color css

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

 span { border-color: rgb(177,16,99); }

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