Html Css Color HEX #B53588 Medium Red Violet

📋 copy color: '#B53588'

red 181 ◦ green 53 ◦ blue 136

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

Shades of Medium Red Violet #B53588

Tints of Medium Red Violet #B53588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 48.92%
G = 14.32%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B53588 (or 0xB53588) is known color: Medium Red Violet. HEX triplet: B5, 35 and 88. RGB value is (181,53,136). Sum of RGB (Red+Green+Blue) = 181+53+136=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B53588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53588 is #4ACA77. Grayscale: #646464. Windows color (decimal): -4901496 or 8926645. OLE color: 8926645.

HSL color Cylindrical-coordinate representation of color #B53588: hue angle of 321.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53588 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 53 136 -
CMYK 0 0.71 0.25 0.29
HSL 321.09º 0.55% 0.46% -
HSV(B) 321.09º 0.71% 0.71% -
XYZ 24.77 14.15 24.72 -
YUV 100.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 181 53 136 0 0.71 0.25 0.29 321.09 0.55 0.46
Hex B5 35 88 0 47 19 1D 141 37 2E
Octal 265 65 210 0 107 31 35 501 67 56
Binary 10110101 110101 10001000 0 1000111 11001 11101 101000001 110111 101110

Color Harmonies of #B53588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53588

Black with #B53588

Text Example


Text Example

White with #B53588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53588; }

 p { color: rgb(181,53,136); }

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

background-color css

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

 a { background-color: rgb(181,53,136); }

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

border-color css

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

 span { border-color: rgb(181,53,136); }

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