Html Css Color HEX #B11A6D Jazzberry Jam

📋 copy color: '#B11A6D'

red 177 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #B11A6D

Tints of Jazzberry Jam #B11A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 56.73%
G = 8.33%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B11A6D (or 0xB11A6D) is known color: Jazzberry Jam. HEX triplet: B1, 1A and 6D. RGB value is (177,26,109). Sum of RGB (Red+Green+Blue) = 177+26+109=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A6D is #4EE592. Grayscale: #505050. Windows color (decimal): -5170579 or 7150257. OLE color: 7150257.

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

Color convert

RGB 177 26 109 -
CMYK 0 0.85 0.38 0.31
HSL 327.02º 0.74% 0.4% -
HSV(B) 327.02º 0.85% 0.69% -
XYZ 21.26 11.19 15.51 -
YUV 80.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 177 26 109 0 0.85 0.38 0.31 327.02 0.74 0.4
Hex B1 1A 6D 0 55 26 1F 147 4A 28
Octal 261 32 155 0 125 46 37 507 112 50
Binary 10110001 11010 1101101 0 1010101 100110 11111 101000111 1001010 101000

Color Harmonies of #B11A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A6D

Black with #B11A6D

Text Example


Text Example

White with #B11A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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