Html Css Color HEX #B53085 Medium Red Violet

📋 copy color: '#B53085'

red 181 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #B53085

Tints of Medium Red Violet #B53085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.26%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 50%
G = 13.26%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B53085 (or 0xB53085) is known color: Medium Red Violet. HEX triplet: B5, 30 and 85. RGB value is (181,48,133). Sum of RGB (Red+Green+Blue) = 181+48+133=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B53085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53085 is #4ACF7A. Grayscale: #616161. Windows color (decimal): -4902779 or 8728757. OLE color: 8728757.

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

Color convert

RGB 181 48 133 -
CMYK 0 0.73 0.27 0.29
HSL 321.65º 0.58% 0.45% -
HSV(B) 321.65º 0.73% 0.71% -
XYZ 24.35 13.63 23.54 -
YUV 97.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 181 48 133 0 0.73 0.27 0.29 321.65 0.58 0.45
Hex B5 30 85 0 49 1B 1D 142 3A 2D
Octal 265 60 205 0 111 33 35 502 72 55
Binary 10110101 110000 10000101 0 1001001 11011 11101 101000010 111010 101101

Color Harmonies of #B53085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53085

Black with #B53085

Text Example


Text Example

White with #B53085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53085; }

 p { color: rgb(181,48,133); }

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

background-color css

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

 a { background-color: rgb(181,48,133); }

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

border-color css

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

 span { border-color: rgb(181,48,133); }

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