Html Css Color HEX #B50893 Medium Violet Red

📋 copy color: '#B50893'

red 181 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #B50893

Tints of Medium Violet Red #B50893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 53.87%
G = 2.38%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B50893 (or 0xB50893) is known color: Medium Violet Red. HEX triplet: B5, 08 and 93. RGB value is (181,8,147). Sum of RGB (Red+Green+Blue) = 181+8+147=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B50893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50893 is #4AF76C. Grayscale: #4B4B4B. Windows color (decimal): -4913005 or 9636021. OLE color: 9636021.

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

Color convert

RGB 181 8 147 -
CMYK 0 0.96 0.19 0.29
HSL 311.79º 0.92% 0.37% -
HSV(B) 311.79º 0.96% 0.71% -
XYZ 24.41 12.1 28.65 -
YUV 75.57 168.31 203.2 -
System Red Green Blue C M Y K H S L
Decimal 181 8 147 0 0.96 0.19 0.29 311.79 0.92 0.37
Hex B5 8 93 0 60 13 1D 138 5C 25
Octal 265 10 223 0 140 23 35 470 134 45
Binary 10110101 1000 10010011 0 1100000 10011 11101 100111000 1011100 100101

Color Harmonies of #B50893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50893

Black with #B50893

Text Example


Text Example

White with #B50893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50893; }

 p { color: rgb(181,8,147); }

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

background-color css

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

 a { background-color: rgb(181,8,147); }

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

border-color css

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

 span { border-color: rgb(181,8,147); }

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