Html Css Color HEX #B53C8A Medium Red Violet

📋 copy color: '#B53C8A'

red 181 ◦ green 60 ◦ blue 138

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

Shades of Medium Red Violet #B53C8A

Tints of Medium Red Violet #B53C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.83%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 47.76%
G = 15.83%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B53C8A (or 0xB53C8A) is known color: Medium Red Violet. HEX triplet: B5, 3C and 8A. RGB value is (181,60,138). Sum of RGB (Red+Green+Blue) = 181+60+138=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C8A is #4AC375. Grayscale: #686868. Windows color (decimal): -4899702 or 9059509. OLE color: 9059509.

HSL color Cylindrical-coordinate representation of color #B53C8A: hue angle of 321.32º degrees, saturation: 0.5, 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 #B53C8A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 138 -
CMYK 0 0.67 0.24 0.29
HSL 321.32º 0.5% 0.47% -
HSV(B) 321.32º 0.67% 0.71% -
XYZ 25.26 14.89 25.59 -
YUV 105.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 181 60 138 0 0.67 0.24 0.29 321.32 0.5 0.47
Hex B5 3C 8A 0 43 18 1D 141 32 2F
Octal 265 74 212 0 103 30 35 501 62 57
Binary 10110101 111100 10001010 0 1000011 11000 11101 101000001 110010 101111

Color Harmonies of #B53C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C8A

Black with #B53C8A

Text Example


Text Example

White with #B53C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C8A; }

 p { color: rgb(181,60,138); }

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

background-color css

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

 a { background-color: rgb(181,60,138); }

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

border-color css

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

 span { border-color: rgb(181,60,138); }

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