Html Css Color HEX #B53D9C Medium Red Violet

📋 copy color: '#B53D9C'

red 181 ◦ green 61 ◦ blue 156

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

Shades of Medium Red Violet #B53D9C

Tints of Medium Red Violet #B53D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 45.48%
G = 15.33%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B53D9C (or 0xB53D9C) is known color: Medium Red Violet. HEX triplet: B5, 3D and 9C. RGB value is (181,61,156). Sum of RGB (Red+Green+Blue) = 181+61+156=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D9C is #4AC263. Grayscale: #6B6B6B. Windows color (decimal): -4899428 or 10239413. OLE color: 10239413.

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

Color convert

RGB 181 61 156 -
CMYK 0 0.66 0.14 0.29
HSL 312.5º 0.5% 0.47% -
HSV(B) 312.5º 0.66% 0.71% -
XYZ 26.73 15.56 33.05 -
YUV 107.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 181 61 156 0 0.66 0.14 0.29 312.5 0.5 0.47
Hex B5 3D 9C 0 42 E 1D 138 32 2F
Octal 265 75 234 0 102 16 35 470 62 57
Binary 10110101 111101 10011100 0 1000010 1110 11101 100111000 110010 101111

Color Harmonies of #B53D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D9C

Black with #B53D9C

Text Example


Text Example

White with #B53D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D9C; }

 p { color: rgb(181,61,156); }

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

background-color css

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

 a { background-color: rgb(181,61,156); }

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

border-color css

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

 span { border-color: rgb(181,61,156); }

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