Html Css Color HEX #B53C9F Medium Red Violet

📋 copy color: '#B53C9F'

red 181 ◦ green 60 ◦ blue 159

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

Shades of Medium Red Violet #B53C9F

Tints of Medium Red Violet #B53C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 45.25%
G = 15%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B53C9F (or 0xB53C9F) is known color: Medium Red Violet. HEX triplet: B5, 3C and 9F. RGB value is (181,60,159). Sum of RGB (Red+Green+Blue) = 181+60+159=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C9F is #4AC360. Grayscale: #6B6B6B. Windows color (decimal): -4899681 or 10435765. OLE color: 10435765.

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

Color convert

RGB 181 60 159 -
CMYK 0 0.67 0.12 0.29
HSL 310.91º 0.5% 0.47% -
HSV(B) 310.91º 0.67% 0.71% -
XYZ 26.93 15.56 34.38 -
YUV 107.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 181 60 159 0 0.67 0.12 0.29 310.91 0.5 0.47
Hex B5 3C 9F 0 43 C 1D 137 32 2F
Octal 265 74 237 0 103 14 35 467 62 57
Binary 10110101 111100 10011111 0 1000011 1100 11101 100110111 110010 101111

Color Harmonies of #B53C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C9F

Black with #B53C9F

Text Example


Text Example

White with #B53C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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