Html Css Color HEX #B50690 Medium Violet Red

📋 copy color: '#B50690'

red 181 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #B50690

Tints of Medium Violet Red #B50690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 54.68%
G = 1.81%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B50690 (or 0xB50690) is known color: Medium Violet Red. HEX triplet: B5, 06 and 90. RGB value is (181,6,144). Sum of RGB (Red+Green+Blue) = 181+6+144=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B50690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50690 is #4AF96F. Grayscale: #494949. Windows color (decimal): -4913520 or 9438901. OLE color: 9438901.

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

Color convert

RGB 181 6 144 -
CMYK 0 0.97 0.20 0.29
HSL 312.69º 0.94% 0.37% -
HSV(B) 312.69º 0.97% 0.71% -
XYZ 24.16 11.97 27.42 -
YUV 74.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 181 6 144 0 0.97 0.20 0.29 312.69 0.94 0.37
Hex B5 6 90 0 61 14 1D 139 5E 25
Octal 265 6 220 0 141 24 35 471 136 45
Binary 10110101 110 10010000 0 1100001 10100 11101 100111001 1011110 100101

Color Harmonies of #B50690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50690

Black with #B50690

Text Example


Text Example

White with #B50690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50690; }

 p { color: rgb(181,6,144); }

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

background-color css

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

 a { background-color: rgb(181,6,144); }

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

border-color css

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

 span { border-color: rgb(181,6,144); }

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