Html Css Color HEX #B54088 Medium Red Violet

📋 copy color: '#B54088'

red 181 ◦ green 64 ◦ blue 136

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

Shades of Medium Red Violet #B54088

Tints of Medium Red Violet #B54088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.8%

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

R = 47.51%
G = 16.8%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B54088 (or 0xB54088) is known color: Medium Red Violet. HEX triplet: B5, 40 and 88. RGB value is (181,64,136). Sum of RGB (Red+Green+Blue) = 181+64+136=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54088 is #4ABF77. Grayscale: #6B6B6B. Windows color (decimal): -4898680 or 8929461. OLE color: 8929461.

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

Color convert

RGB 181 64 136 -
CMYK 0 0.65 0.25 0.29
HSL 323.08º 0.48% 0.48% -
HSV(B) 323.08º 0.65% 0.71% -
XYZ 25.33 15.27 24.9 -
YUV 107.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 181 64 136 0 0.65 0.25 0.29 323.08 0.48 0.48
Hex B5 40 88 0 41 19 1D 143 30 30
Octal 265 100 210 0 101 31 35 503 60 60
Binary 10110101 1000000 10001000 0 1000001 11001 11101 101000011 110000 110000

Color Harmonies of #B54088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54088

Black with #B54088

Text Example


Text Example

White with #B54088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54088; }

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

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

background-color css

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

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

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

border-color css

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

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

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