Html Css Color HEX #B50C98 Medium Violet Red

📋 copy color: '#B50C98'

red 181 ◦ green 12 ◦ blue 152

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

Shades of Medium Violet Red #B50C98

Tints of Medium Violet Red #B50C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 52.46%
G = 3.48%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B50C98 (or 0xB50C98) is known color: Medium Violet Red. HEX triplet: B5, 0C and 98. RGB value is (181,12,152). Sum of RGB (Red+Green+Blue) = 181+12+152=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C98 is #4AF367. Grayscale: #4E4E4E. Windows color (decimal): -4911976 or 9964725. OLE color: 9964725.

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

Color convert

RGB 181 12 152 -
CMYK 0 0.93 0.16 0.29
HSL 310.3º 0.88% 0.38% -
HSV(B) 310.3º 0.93% 0.71% -
XYZ 24.86 12.35 30.78 -
YUV 78.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 181 12 152 0 0.93 0.16 0.29 310.3 0.88 0.38
Hex B5 C 98 0 5D 10 1D 136 58 26
Octal 265 14 230 0 135 20 35 466 130 46
Binary 10110101 1100 10011000 0 1011101 10000 11101 100110110 1011000 100110

Color Harmonies of #B50C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C98

Black with #B50C98

Text Example


Text Example

White with #B50C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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