Html Css Color HEX #B50C8A Medium Violet Red

📋 copy color: '#B50C8A'

red 181 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #B50C8A

Tints of Medium Violet Red #B50C8A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 54.68%
G = 3.63%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B50C8A (or 0xB50C8A) is known color: Medium Violet Red. HEX triplet: B5, 0C and 8A. RGB value is (181,12,138). Sum of RGB (Red+Green+Blue) = 181+12+138=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C8A is #4AF375. Grayscale: #4C4C4C. Windows color (decimal): -4911990 or 9047221. OLE color: 9047221.

HSL color Cylindrical-coordinate representation of color #B50C8A: hue angle of 315.27º degrees, saturation: 0.88, 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 #B50C8A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 12 138 -
CMYK 0 0.93 0.24 0.29
HSL 315.27º 0.88% 0.38% -
HSV(B) 315.27º 0.93% 0.71% -
XYZ 23.77 11.92 25.09 -
YUV 76.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 181 12 138 0 0.93 0.24 0.29 315.27 0.88 0.38
Hex B5 C 8A 0 5D 18 1D 13B 58 26
Octal 265 14 212 0 135 30 35 473 130 46
Binary 10110101 1100 10001010 0 1011101 11000 11101 100111011 1011000 100110

Color Harmonies of #B50C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C8A

Black with #B50C8A

Text Example


Text Example

White with #B50C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C8A; }

 p { color: rgb(181,12,138); }

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

background-color css

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

 a { background-color: rgb(181,12,138); }

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

border-color css

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

 span { border-color: rgb(181,12,138); }

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