Html Css Color HEX #B11A70 Jazzberry Jam

📋 copy color: '#B11A70'

red 177 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #B11A70

Tints of Jazzberry Jam #B11A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 56.19%
G = 8.25%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B11A70 (or 0xB11A70) is known color: Jazzberry Jam. HEX triplet: B1, 1A and 70. RGB value is (177,26,112). Sum of RGB (Red+Green+Blue) = 177+26+112=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A70 is #4EE58F. Grayscale: #505050. Windows color (decimal): -5170576 or 7346865. OLE color: 7346865.

HSL color Cylindrical-coordinate representation of color #B11A70: hue angle of 325.83º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A70 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 112 -
CMYK 0 0.85 0.37 0.31
HSL 325.83º 0.74% 0.4% -
HSV(B) 325.83º 0.85% 0.69% -
XYZ 21.43 11.26 16.37 -
YUV 80.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 177 26 112 0 0.85 0.37 0.31 325.83 0.74 0.4
Hex B1 1A 70 0 55 25 1F 146 4A 28
Octal 261 32 160 0 125 45 37 506 112 50
Binary 10110001 11010 1110000 0 1010101 100101 11111 101000110 1001010 101000

Color Harmonies of #B11A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A70

Black with #B11A70

Text Example


Text Example

White with #B11A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A70; }

 p { color: rgb(177,26,112); }

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

background-color css

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

 a { background-color: rgb(177,26,112); }

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

border-color css

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

 span { border-color: rgb(177,26,112); }

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