#B54FC6

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

Shades of Medium Orchid #B54FC6

Tints of Medium Orchid #B54FC6

Color information

#B54FC6 (or 0xB54FC6) is unknown color: approx Medium Orchid. HEX triplet: B5, 4F and C6. RGB value is (181,79,198). Sum of RGB (Red+Green+Blue) = 181+79+198=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #B54FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FC6 is #4AB039. Grayscale: #7A7A7A. Windows color (decimal): -4894778 or 12996533. OLE color: 12996533.

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

Color convert

RGB18179198-
CMYK0.090.6000.22
HSL291.43º51.07%54.31%-
HSV(B)291.43º60.1%77.65%-
XYZ32.0519.4955.5-
YUV123.06170.29169.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 79 (31.25% from 255) = 17.25%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=39.52%
G=17.25%
B=43.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181791980.090.6000.22291.4351.0754.31
HexB54FC693C0161233336
Octal26511730611740264436366
Binary101101011001111110001101001111100010110100100011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54FC6; }

 p { color: rgb(181,79,198); }

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

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

 a { background-color: rgb(181,79,198); }

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

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

 span { border-color: rgb(181,79,198); }

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