Html Css Color HEX #B11273 Jazzberry Jam

📋 copy color: '#B11273'

red 177 ◦ green 18 ◦ blue 115

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

Shades of Jazzberry Jam #B11273

Tints of Jazzberry Jam #B11273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 57.1%
G = 5.81%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B11273 (or 0xB11273) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 73. RGB value is (177,18,115). Sum of RGB (Red+Green+Blue) = 177+18+115=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B11273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11273 is #4EED8C. Grayscale: #4C4C4C. Windows color (decimal): -5172621 or 7541425. OLE color: 7541425.

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

Color convert

RGB 177 18 115 -
CMYK 0 0.90 0.35 0.31
HSL 323.4º 0.82% 0.38% -
HSV(B) 323.4º 0.9% 0.69% -
XYZ 21.44 11.02 17.22 -
YUV 76.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 177 18 115 0 0.90 0.35 0.31 323.4 0.82 0.38
Hex B1 12 73 0 5A 23 1F 143 52 26
Octal 261 22 163 0 132 43 37 503 122 46
Binary 10110001 10010 1110011 0 1011010 100011 11111 101000011 1010010 100110

Color Harmonies of #B11273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11273

Black with #B11273

Text Example


Text Example

White with #B11273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11273; }

 p { color: rgb(177,18,115); }

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

background-color css

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

 a { background-color: rgb(177,18,115); }

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

border-color css

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

 span { border-color: rgb(177,18,115); }

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