Html Css Color HEX #B53B7D Medium Red Violet

📋 copy color: '#B53B7D'

red 181 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #B53B7D

Tints of Medium Red Violet #B53B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.16%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 49.59%
G = 16.16%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B53B7D (or 0xB53B7D) is known color: Medium Red Violet. HEX triplet: B5, 3B and 7D. RGB value is (181,59,125). Sum of RGB (Red+Green+Blue) = 181+59+125=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B7D is #4AC482. Grayscale: #666666. Windows color (decimal): -4899971 or 8207285. OLE color: 8207285.

HSL color Cylindrical-coordinate representation of color #B53B7D: hue angle of 327.54º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53B7D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 59 125 -
CMYK 0 0.67 0.31 0.29
HSL 327.54º 0.51% 0.47% -
HSV(B) 327.54º 0.67% 0.71% -
XYZ 24.32 14.43 20.91 -
YUV 103 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 181 59 125 0 0.67 0.31 0.29 327.54 0.51 0.47
Hex B5 3B 7D 0 43 1F 1D 148 33 2F
Octal 265 73 175 0 103 37 35 510 63 57
Binary 10110101 111011 1111101 0 1000011 11111 11101 101001000 110011 101111

Color Harmonies of #B53B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B7D

Black with #B53B7D

Text Example


Text Example

White with #B53B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B7D; }

 p { color: rgb(181,59,125); }

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

background-color css

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

 a { background-color: rgb(181,59,125); }

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

border-color css

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

 span { border-color: rgb(181,59,125); }

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