#B54DF0

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

Shades of Medium Orchid #B54DF0

Tints of Medium Orchid #B54DF0

Color information

#B54DF0 (or 0xB54DF0) is unknown color: approx Medium Orchid. HEX triplet: B5, 4D and F0. RGB value is (181,77,240). Sum of RGB (Red+Green+Blue) = 181+77+240=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #B54DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DF0 is #4AB20F. Grayscale: #7E7E7E. Windows color (decimal): -4895248 or 15748533. OLE color: 15748533.

HSL color Cylindrical-coordinate representation of color #B54DF0: hue angle of 278.28º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54DF0 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18177240-
CMYK0.250.6800.06
HSL278.28º84.46%62.16%-
HSV(B)278.28º67.92%94.12%-
XYZ37.4421.4284.6-
YUV126.68191.96166.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 77 (30.47% from 255) = 15.46%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=36.35%
G=15.46%
B=48.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181772400.250.6800.06278.2884.4662.16
HexB54DF0194406116543e
Octal265115360311040642612476
Binary1011010110011011111000011001100010001101000101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DF0; }

 p { color: rgb(181,77,240); }

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

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

 a { background-color: rgb(181,77,240); }

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

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

 span { border-color: rgb(181,77,240); }

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