Html Css Color HEX #B11B6D Jazzberry Jam

📋 copy color: '#B11B6D'

red 177 ◦ green 27 ◦ blue 109

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

Shades of Jazzberry Jam #B11B6D

Tints of Jazzberry Jam #B11B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

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

R = 56.55%
G = 8.63%
B = 34.82%

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

#B11B6D (or 0xB11B6D) is known color: Jazzberry Jam. HEX triplet: B1, 1B and 6D. RGB value is (177,27,109). Sum of RGB (Red+Green+Blue) = 177+27+109=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11B6D is #4EE492. Grayscale: #515151. Windows color (decimal): -5170323 or 7150513. OLE color: 7150513.

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

Color convert

RGB 177 27 109 -
CMYK 0 0.85 0.38 0.31
HSL 327.2º 0.74% 0.4% -
HSV(B) 327.2º 0.85% 0.69% -
XYZ 21.28 11.24 15.51 -
YUV 81.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 177 27 109 0 0.85 0.38 0.31 327.2 0.74 0.4
Hex B1 1B 6D 0 55 26 1F 147 4A 28
Octal 261 33 155 0 125 46 37 507 112 50
Binary 10110001 11011 1101101 0 1010101 100110 11111 101000111 1001010 101000

Color Harmonies of #B11B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B6D

Black with #B11B6D

Text Example


Text Example

White with #B11B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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