#b54ee6

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

Shades of Medium Orchid #B54EE6

Tints of Medium Orchid #B54EE6

Color information

#B54EE6 (or 0xB54EE6) is unknown color: approx Medium Orchid. HEX triplet: B5, 4E and E6. RGB value is (181,78,230). Sum of RGB (Red+Green+Blue) = 181+78+230=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #B54EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EE6 is #4AB119. Grayscale: #7D7D7D. Windows color (decimal): -4895002 or 15093429. OLE color: 15093429.

HSL color Cylindrical-coordinate representation of color #B54EE6: hue angle of 280.66º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54EE6 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18178230-
CMYK0.210.6600.10
HSL280.66º75.25%60.39%-
HSV(B)280.66º66.09%90.2%-
XYZ36.0620.9977.01-
YUV126.12186.62167.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 230 (90.23% from 255) = 47.03%
R=37.01%
G=15.95%
B=47.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181782300.210.6600.10280.6675.2560.39
HexB54EE615420A1194b3c
Octal2651163462510201243111374
Binary10110101100111011100110101011000010010101000110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54ee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54ee6; }

 p { color: rgb(181,78,230); }

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

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

 a { background-color: rgb(181,78,230); }

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

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

 span { border-color: rgb(181,78,230); }

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