Html Css Color HEX #B011A5 Medium Violet Red

📋 copy color: '#B011A5'

red 176 ◦ green 17 ◦ blue 165

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

Shades of Medium Violet Red #B011A5

Tints of Medium Violet Red #B011A5

RGB

 RED value IS 176 (69.14% from 255) = 49.16%

 GREEN value IS 17 (7.03% from 255) = 4.75%

 BLUE value IS 165 (64.84% from 255) = 46.09%

R = 49.16%
G = 4.75%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B011A5 (or 0xB011A5) is known color: Medium Violet Red. HEX triplet: B0, 11 and A5. RGB value is (176,17,165). Sum of RGB (Red+Green+Blue) = 176+17+165=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B011A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011A5 is #4FEE5A. Grayscale: #505050. Windows color (decimal): -5238363 or 10817968. OLE color: 10817968.

HSL color Cylindrical-coordinate representation of color #B011A5: hue angle of 304.15º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B011A5 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 165 -
CMYK 0 0.90 0.06 0.31
HSL 304.15º 0.82% 0.38% -
HSV(B) 304.15º 0.9% 0.69% -
XYZ 24.9 12.35 36.67 -
YUV 81.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 176 17 165 0 0.90 0.06 0.31 304.15 0.82 0.38
Hex B0 11 A5 0 5A 6 1F 130 52 26
Octal 260 21 245 0 132 6 37 460 122 46
Binary 10110000 10001 10100101 0 1011010 110 11111 100110000 1010010 100110

Color Harmonies of #B011A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011A5

Black with #B011A5

Text Example


Text Example

White with #B011A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011A5; }

 p { color: rgb(176,17,165); }

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

background-color css

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

 a { background-color: rgb(176,17,165); }

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

border-color css

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

 span { border-color: rgb(176,17,165); }

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