Html Css Color HEX #B50C7D Medium Violet Red

📋 copy color: '#B50C7D'

red 181 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #B50C7D

Tints of Medium Violet Red #B50C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 56.92%
G = 3.77%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B50C7D (or 0xB50C7D) is known color: Medium Violet Red. HEX triplet: B5, 0C and 7D. RGB value is (181,12,125). Sum of RGB (Red+Green+Blue) = 181+12+125=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C7D is #4AF382. Grayscale: #4B4B4B. Windows color (decimal): -4912003 or 8195253. OLE color: 8195253.

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

Color convert

RGB 181 12 125 -
CMYK 0 0.93 0.31 0.29
HSL 319.88º 0.88% 0.38% -
HSV(B) 319.88º 0.93% 0.71% -
XYZ 22.89 11.57 20.43 -
YUV 75.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 181 12 125 0 0.93 0.31 0.29 319.88 0.88 0.38
Hex B5 C 7D 0 5D 1F 1D 140 58 26
Octal 265 14 175 0 135 37 35 500 130 46
Binary 10110101 1100 1111101 0 1011101 11111 11101 101000000 1011000 100110

Color Harmonies of #B50C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C7D

Black with #B50C7D

Text Example


Text Example

White with #B50C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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