#B54CE9

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

Shades of Medium Orchid #B54CE9

Tints of Medium Orchid #B54CE9

Color information

#B54CE9 (or 0xB54CE9) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and E9. RGB value is (181,76,233). Sum of RGB (Red+Green+Blue) = 181+76+233=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #B54CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CE9 is #4AB316. Grayscale: #7C7C7C. Windows color (decimal): -4895511 or 15289525. OLE color: 15289525.

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

Color convert

RGB18176233-
CMYK0.220.6700.09
HSL280.13º78.11%60.59%-
HSV(B)280.13º67.38%91.37%-
XYZ36.3520.8879.2-
YUV125.29188.79167.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 76 (30.08% from 255) = 15.51%
BLUE value IS 233 (91.41% from 255) = 47.55%
R=36.94%
G=15.51%
B=47.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181762330.220.6700.09280.1378.1160.59
HexB54CE91643091184e3d
Octal2651143512610301143011675
Binary10110101100110011101001101101000011010011000110001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CE9; }

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

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

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

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

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

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

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

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