Html Css Color HEX #B50A7B Medium Violet Red

📋 copy color: '#B50A7B'

red 181 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #B50A7B

Tints of Medium Violet Red #B50A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 57.64%
G = 3.18%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B50A7B (or 0xB50A7B) is known color: Medium Violet Red. HEX triplet: B5, 0A and 7B. RGB value is (181,10,123). Sum of RGB (Red+Green+Blue) = 181+10+123=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50A7B is #4AF584. Grayscale: #494949. Windows color (decimal): -4912517 or 8063669. OLE color: 8063669.

HSL color Cylindrical-coordinate representation of color #B50A7B: hue angle of 320.35º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A7B is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 10 123 -
CMYK 0 0.94 0.32 0.29
HSL 320.35º 0.9% 0.37% -
HSV(B) 320.35º 0.94% 0.71% -
XYZ 22.74 11.47 19.75 -
YUV 74.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 181 10 123 0 0.94 0.32 0.29 320.35 0.9 0.37
Hex B5 A 7B 0 5E 20 1D 140 5A 25
Octal 265 12 173 0 136 40 35 500 132 45
Binary 10110101 1010 1111011 0 1011110 100000 11101 101000000 1011010 100101

Color Harmonies of #B50A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A7B

Black with #B50A7B

Text Example


Text Example

White with #B50A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A7B; }

 p { color: rgb(181,10,123); }

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

background-color css

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

 a { background-color: rgb(181,10,123); }

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

border-color css

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

 span { border-color: rgb(181,10,123); }

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