Html Css Color HEX #B50375 Medium Violet Red

📋 copy color: '#B50375'

red 181 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #B50375

Tints of Medium Violet Red #B50375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 60.13%
G = 1%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B50375 (or 0xB50375) is known color: Medium Violet Red. HEX triplet: B5, 03 and 75. RGB value is (181,3,117). Sum of RGB (Red+Green+Blue) = 181+3+117=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50375 is #4AFC8A. Grayscale: #444444. Windows color (decimal): -4914315 or 7668661. OLE color: 7668661.

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

Color convert

RGB 181 3 117 -
CMYK 0 0.98 0.35 0.29
HSL 321.57º 0.97% 0.36% -
HSV(B) 321.57º 0.98% 0.71% -
XYZ 22.3 11.17 17.81 -
YUV 69.22 154.97 207.73 -
System Red Green Blue C M Y K H S L
Decimal 181 3 117 0 0.98 0.35 0.29 321.57 0.97 0.36
Hex B5 3 75 0 62 23 1D 142 61 24
Octal 265 3 165 0 142 43 35 502 141 44
Binary 10110101 11 1110101 0 1100010 100011 11101 101000010 1100001 100100

Color Harmonies of #B50375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50375

Black with #B50375

Text Example


Text Example

White with #B50375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50375; }

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

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

background-color css

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

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

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

border-color css

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

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

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