Html Css Color HEX #B11CA8 Medium Violet Red

📋 copy color: '#B11CA8'

red 177 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #B11CA8

Tints of Medium Violet Red #B11CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 47.45%
G = 7.51%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B11CA8 (or 0xB11CA8) is known color: Medium Violet Red. HEX triplet: B1, 1C and A8. RGB value is (177,28,168). Sum of RGB (Red+Green+Blue) = 177+28+168=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B11CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11CA8 is #4EE357. Grayscale: #585858. Windows color (decimal): -5170008 or 11017393. OLE color: 11017393.

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

Color convert

RGB 177 28 168 -
CMYK 0 0.84 0.05 0.31
HSL 303.62º 0.73% 0.4% -
HSV(B) 303.62º 0.84% 0.69% -
XYZ 25.61 13 38.21 -
YUV 88.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 177 28 168 0 0.84 0.05 0.31 303.62 0.73 0.4
Hex B1 1C A8 0 54 5 1F 130 49 28
Octal 261 34 250 0 124 5 37 460 111 50
Binary 10110001 11100 10101000 0 1010100 101 11111 100110000 1001001 101000

Color Harmonies of #B11CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CA8

Black with #B11CA8

Text Example


Text Example

White with #B11CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CA8; }

 p { color: rgb(177,28,168); }

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

background-color css

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

 a { background-color: rgb(177,28,168); }

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

border-color css

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

 span { border-color: rgb(177,28,168); }

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