Html Css Color HEX #B54082 Medium Red Violet

📋 copy color: '#B54082'

red 181 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #B54082

Tints of Medium Red Violet #B54082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 48.27%
G = 17.07%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B54082 (or 0xB54082) is known color: Medium Red Violet. HEX triplet: B5, 40 and 82. RGB value is (181,64,130). Sum of RGB (Red+Green+Blue) = 181+64+130=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B54082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54082 is #4ABF7D. Grayscale: #6A6A6A. Windows color (decimal): -4898686 or 8536245. OLE color: 8536245.

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

Color convert

RGB 181 64 130 -
CMYK 0 0.65 0.28 0.29
HSL 326.15º 0.48% 0.48% -
HSV(B) 326.15º 0.65% 0.71% -
XYZ 24.92 15.1 22.72 -
YUV 106.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 181 64 130 0 0.65 0.28 0.29 326.15 0.48 0.48
Hex B5 40 82 0 41 1C 1D 146 30 30
Octal 265 100 202 0 101 34 35 506 60 60
Binary 10110101 1000000 10000010 0 1000001 11100 11101 101000110 110000 110000

Color Harmonies of #B54082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54082

Black with #B54082

Text Example


Text Example

White with #B54082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54082; }

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

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

background-color css

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

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

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

border-color css

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

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

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