#B54DC7

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

Shades of Medium Orchid #B54DC7

Tints of Medium Orchid #B54DC7

Color information

#B54DC7 (or 0xB54DC7) is unknown color: approx Medium Orchid. HEX triplet: B5, 4D and C7. RGB value is (181,77,199). Sum of RGB (Red+Green+Blue) = 181+77+199=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #B54DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC7 is #4AB238. Grayscale: #797979. Windows color (decimal): -4895289 or 13061557. OLE color: 13061557.

HSL color Cylindrical-coordinate representation of color #B54DC7: hue angle of 291.15º degrees, saturation: 0.52, 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 #B54DC7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18177199-
CMYK0.090.6100.22
HSL291.15º52.14%54.12%-
HSV(B)291.15º61.31%78.04%-
XYZ32.0219.2656.06-
YUV122171.46170.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 199 (78.12% from 255) = 43.54%
R=39.61%
G=16.85%
B=43.54%

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
Decimal181771990.090.6100.22291.1552.1454.12
HexB54DC793D0161233436
Octal26511530711750264436466
Binary101101011001101110001111001111101010110100100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DC7; }

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

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

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

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

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

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

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

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