#B54CE3

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

Shades of Medium Orchid #B54CE3

Tints of Medium Orchid #B54CE3

Color information

#B54CE3 (or 0xB54CE3) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and E3. RGB value is (181,76,227). Sum of RGB (Red+Green+Blue) = 181+76+227=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #B54CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CE3 is #4AB31C. Grayscale: #7C7C7C. Windows color (decimal): -4895517 or 14896309. OLE color: 14896309.

HSL color Cylindrical-coordinate representation of color #B54CE3: hue angle of 281.72º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54CE3 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18176227-
CMYK0.200.6700.11
HSL281.72º72.95%59.41%-
HSV(B)281.72º66.52%89.02%-
XYZ35.5120.5474.77-
YUV124.61185.79168.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 76 (30.08% from 255) = 15.70%
BLUE value IS 227 (89.06% from 255) = 46.90%
R=37.40%
G=15.70%
B=46.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181762270.200.6700.11281.7272.9559.41
HexB54CE314430B11a493b
Octal2651143432410301343211173
Binary10110101100110011100011101001000011010111000110101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CE3; }

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

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

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

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

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

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

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

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