Html Css Color HEX #B50FA2 Medium Violet Red

📋 copy color: '#B50FA2'

red 181 ◦ green 15 ◦ blue 162

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

Shades of Medium Violet Red #B50FA2

Tints of Medium Violet Red #B50FA2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.19%

 BLUE value IS 162 (63.67% from 255) = 45.25%

R = 50.56%
G = 4.19%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B50FA2 (or 0xB50FA2) is known color: Medium Violet Red. HEX triplet: B5, 0F and A2. RGB value is (181,15,162). Sum of RGB (Red+Green+Blue) = 181+15+162=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FA2 is #4AF05D. Grayscale: #505050. Windows color (decimal): -4911198 or 10620853. OLE color: 10620853.

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

Color convert

RGB 181 15 162 -
CMYK 0 0.92 0.10 0.29
HSL 306.87º 0.85% 0.38% -
HSV(B) 306.87º 0.92% 0.71% -
XYZ 25.75 12.77 35.29 -
YUV 81.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 181 15 162 0 0.92 0.10 0.29 306.87 0.85 0.38
Hex B5 F A2 0 5C A 1D 133 55 26
Octal 265 17 242 0 134 12 35 463 125 46
Binary 10110101 1111 10100010 0 1011100 1010 11101 100110011 1010101 100110

Color Harmonies of #B50FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FA2

Black with #B50FA2

Text Example


Text Example

White with #B50FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FA2; }

 p { color: rgb(181,15,162); }

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

background-color css

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

 a { background-color: rgb(181,15,162); }

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

border-color css

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

 span { border-color: rgb(181,15,162); }

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