Html Css Color HEX #B11883 Medium Violet Red

📋 copy color: '#B11883'

red 177 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #B11883

Tints of Medium Violet Red #B11883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 53.31%
G = 7.23%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B11883 (or 0xB11883) is known color: Medium Violet Red. HEX triplet: B1, 18 and 83. RGB value is (177,24,131). Sum of RGB (Red+Green+Blue) = 177+24+131=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B11883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11883 is #4EE77C. Grayscale: #515151. Windows color (decimal): -5171069 or 8591537. OLE color: 8591537.

HSL color Cylindrical-coordinate representation of color #B11883: hue angle of 318.04º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11883 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 131 -
CMYK 0 0.86 0.26 0.31
HSL 318.04º 0.76% 0.39% -
HSV(B) 318.04º 0.86% 0.69% -
XYZ 22.55 11.64 22.53 -
YUV 81.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 177 24 131 0 0.86 0.26 0.31 318.04 0.76 0.39
Hex B1 18 83 0 56 1A 1F 13E 4C 27
Octal 261 30 203 0 126 32 37 476 114 47
Binary 10110001 11000 10000011 0 1010110 11010 11111 100111110 1001100 100111

Color Harmonies of #B11883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11883

Black with #B11883

Text Example


Text Example

White with #B11883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11883; }

 p { color: rgb(177,24,131); }

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

background-color css

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

 a { background-color: rgb(177,24,131); }

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

border-color css

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

 span { border-color: rgb(177,24,131); }

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