Html Css Color HEX #B53385 Medium Red Violet

📋 copy color: '#B53385'

red 181 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #B53385

Tints of Medium Red Violet #B53385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 49.59%
G = 13.97%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B53385 (or 0xB53385) is known color: Medium Red Violet. HEX triplet: B5, 33 and 85. RGB value is (181,51,133). Sum of RGB (Red+Green+Blue) = 181+51+133=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B53385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53385 is #4ACC7A. Grayscale: #636363. Windows color (decimal): -4902011 or 8729525. OLE color: 8729525.

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

Color convert

RGB 181 51 133 -
CMYK 0 0.72 0.27 0.29
HSL 322.15º 0.56% 0.45% -
HSV(B) 322.15º 0.72% 0.71% -
XYZ 24.47 13.88 23.58 -
YUV 99.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 181 51 133 0 0.72 0.27 0.29 322.15 0.56 0.45
Hex B5 33 85 0 48 1B 1D 142 38 2D
Octal 265 63 205 0 110 33 35 502 70 55
Binary 10110101 110011 10000101 0 1001000 11011 11101 101000010 111000 101101

Color Harmonies of #B53385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53385

Black with #B53385

Text Example


Text Example

White with #B53385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53385; }

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

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

background-color css

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

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

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

border-color css

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

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

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