Html Css Color HEX #B50384 Medium Violet Red

📋 copy color: '#B50384'

red 181 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #B50384

Tints of Medium Violet Red #B50384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 57.28%
G = 0.95%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B50384 (or 0xB50384) is known color: Medium Violet Red. HEX triplet: B5, 03 and 84. RGB value is (181,3,132). Sum of RGB (Red+Green+Blue) = 181+3+132=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B50384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50384 is #4AFC7B. Grayscale: #464646. Windows color (decimal): -4914300 or 8651701. OLE color: 8651701.

HSL color Cylindrical-coordinate representation of color #B50384: hue angle of 316.52º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50384 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 3 132 -
CMYK 0 0.98 0.27 0.29
HSL 316.52º 0.97% 0.36% -
HSV(B) 316.52º 0.98% 0.71% -
XYZ 23.25 11.55 22.83 -
YUV 70.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 181 3 132 0 0.98 0.27 0.29 316.52 0.97 0.36
Hex B5 3 84 0 62 1B 1D 13D 61 24
Octal 265 3 204 0 142 33 35 475 141 44
Binary 10110101 11 10000100 0 1100010 11011 11101 100111101 1100001 100100

Color Harmonies of #B50384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50384

Black with #B50384

Text Example


Text Example

White with #B50384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50384; }

 p { color: rgb(181,3,132); }

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

background-color css

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

 a { background-color: rgb(181,3,132); }

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

border-color css

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

 span { border-color: rgb(181,3,132); }

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