#B54AE9

Color #B54AE9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B54AE9

Tints of Medium Orchid #B54AE9

Color information

#B54AE9 (or 0xB54AE9) is unknown color: approx Medium Orchid. HEX triplet: B5, 4A and E9. RGB value is (181,74,233). Sum of RGB (Red+Green+Blue) = 181+74+233=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #B54AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54AE9 is #4AB516. Grayscale: #7B7B7B. Windows color (decimal): -4896023 or 15289013. OLE color: 15289013.

HSL color Cylindrical-coordinate representation of color #B54AE9: hue angle of 280.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54AE9 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18174233-
CMYK0.220.6800.09
HSL280.38º78.33%60.2%-
HSV(B)280.38º68.24%91.37%-
XYZ36.2120.679.16-
YUV124.12189.45168.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 74 (29.30% from 255) = 15.16%
BLUE value IS 233 (91.41% from 255) = 47.75%
R=37.09%
G=15.16%
B=47.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181742330.220.6800.09280.3878.3360.2
HexB54AE91644091184e3c
Octal2651123512610401143011674
Binary10110101100101011101001101101000100010011000110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54AE9; }

 p { color: rgb(181,74,233); }

 H1.HeaderClassName
 {
   color: #B54AE9;
 }
 .AnyTagClassName
 {
   color: #B54AE9;
 }
</style>
background-color css

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

 a { background-color: rgb(181,74,233); }

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

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

 span { border-color: rgb(181,74,233); }

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