#B54DC6

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

Shades of Medium Orchid #B54DC6

Tints of Medium Orchid #B54DC6

Color information

#B54DC6 (or 0xB54DC6) is unknown color: approx Medium Orchid. HEX triplet: B5, 4D and C6. RGB value is (181,77,198). Sum of RGB (Red+Green+Blue) = 181+77+198=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #B54DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC6 is #4AB239. Grayscale: #797979. Windows color (decimal): -4895290 or 12996021. OLE color: 12996021.

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

Color convert

RGB18177198-
CMYK0.090.6100.22
HSL291.57º51.49%53.92%-
HSV(B)291.57º61.11%77.65%-
XYZ31.919.2155.45-
YUV121.89170.96170.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 77 (30.47% from 255) = 16.89%
BLUE value IS 198 (77.73% from 255) = 43.42%
R=39.69%
G=16.89%
B=43.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181771980.090.6100.22291.5751.4953.92
HexB54DC693D0161243336
Octal26511530611750264446366
Binary101101011001101110001101001111101010110100100100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DC6; }

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

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

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

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

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

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

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

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