Html Css Color HEX #B013A6 Medium Violet Red

📋 copy color: '#B013A6'

red 176 ◦ green 19 ◦ blue 166

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

Shades of Medium Violet Red #B013A6

Tints of Medium Violet Red #B013A6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

 BLUE value IS 166 (65.23% from 255) = 45.98%

R = 48.75%
G = 5.26%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B013A6 (or 0xB013A6) is known color: Medium Violet Red. HEX triplet: B0, 13 and A6. RGB value is (176,19,166). Sum of RGB (Red+Green+Blue) = 176+19+166=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B013A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013A6 is #4FEC59. Grayscale: #525252. Windows color (decimal): -5237850 or 10884016. OLE color: 10884016.

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

Color convert

RGB 176 19 166 -
CMYK 0 0.89 0.06 0.31
HSL 303.82º 0.81% 0.38% -
HSV(B) 303.82º 0.89% 0.69% -
XYZ 25.02 12.45 37.16 -
YUV 82.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 176 19 166 0 0.89 0.06 0.31 303.82 0.81 0.38
Hex B0 13 A6 0 59 6 1F 130 51 26
Octal 260 23 246 0 131 6 37 460 121 46
Binary 10110000 10011 10100110 0 1011001 110 11111 100110000 1010001 100110

Color Harmonies of #B013A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013A6

Black with #B013A6

Text Example


Text Example

White with #B013A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013A6; }

 p { color: rgb(176,19,166); }

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

background-color css

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

 a { background-color: rgb(176,19,166); }

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

border-color css

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

 span { border-color: rgb(176,19,166); }

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