Html Css Color HEX #B50DA3 Medium Violet Red

📋 copy color: '#B50DA3'

red 181 ◦ green 13 ◦ blue 163

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

Shades of Medium Violet Red #B50DA3

Tints of Medium Violet Red #B50DA3

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

 GREEN value IS 13 (5.47% from 255) = 3.64%

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 50.7%
G = 3.64%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B50DA3 (or 0xB50DA3) is known color: Medium Violet Red. HEX triplet: B5, 0D and A3. RGB value is (181,13,163). Sum of RGB (Red+Green+Blue) = 181+13+163=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50DA3 is #4AF25C. Grayscale: #4F4F4F. Windows color (decimal): -4911709 or 10685877. OLE color: 10685877.

HSL color Cylindrical-coordinate representation of color #B50DA3: hue angle of 306.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 13 163 -
CMYK 0 0.93 0.10 0.29
HSL 306.43º 0.87% 0.38% -
HSV(B) 306.43º 0.93% 0.71% -
XYZ 25.81 12.76 35.75 -
YUV 80.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 181 13 163 0 0.93 0.10 0.29 306.43 0.87 0.38
Hex B5 D A3 0 5D A 1D 132 57 26
Octal 265 15 243 0 135 12 35 462 127 46
Binary 10110101 1101 10100011 0 1011101 1010 11101 100110010 1010111 100110

Color Harmonies of #B50DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DA3

Black with #B50DA3

Text Example


Text Example

White with #B50DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DA3; }

 p { color: rgb(181,13,163); }

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

background-color css

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

 a { background-color: rgb(181,13,163); }

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

border-color css

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

 span { border-color: rgb(181,13,163); }

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