Html Css Color HEX #B50695 Medium Violet Red

📋 copy color: '#B50695'

red 181 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #B50695

Tints of Medium Violet Red #B50695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 53.87%
G = 1.79%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50695 (or 0xB50695) is known color: Medium Violet Red. HEX triplet: B5, 06 and 95. RGB value is (181,6,149). Sum of RGB (Red+Green+Blue) = 181+6+149=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B50695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50695 is #4AF96A. Grayscale: #4A4A4A. Windows color (decimal): -4913515 or 9766581. OLE color: 9766581.

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

Color convert

RGB 181 6 149 -
CMYK 0 0.97 0.18 0.29
HSL 310.97º 0.94% 0.37% -
HSV(B) 310.97º 0.97% 0.71% -
XYZ 24.55 12.12 29.48 -
YUV 74.63 169.98 203.87 -
System Red Green Blue C M Y K H S L
Decimal 181 6 149 0 0.97 0.18 0.29 310.97 0.94 0.37
Hex B5 6 95 0 61 12 1D 137 5E 25
Octal 265 6 225 0 141 22 35 467 136 45
Binary 10110101 110 10010101 0 1100001 10010 11101 100110111 1011110 100101

Color Harmonies of #B50695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50695

Black with #B50695

Text Example


Text Example

White with #B50695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50695; }

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

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

background-color css

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

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

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

border-color css

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

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

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