#B54DD7

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

Shades of Medium Orchid #B54DD7

Tints of Medium Orchid #B54DD7

Color information

#B54DD7 (or 0xB54DD7) is unknown color: approx Medium Orchid. HEX triplet: B5, 4D and D7. RGB value is (181,77,215). Sum of RGB (Red+Green+Blue) = 181+77+215=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #B54DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DD7 is #4AB228. Grayscale: #7B7B7B. Windows color (decimal): -4895273 or 14110133. OLE color: 14110133.

HSL color Cylindrical-coordinate representation of color #B54DD7: hue angle of 285.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54DD7 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18177215-
CMYK0.160.6400.16
HSL285.22º63.3%57.25%-
HSV(B)285.22º64.19%84.31%-
XYZ33.9820.0466.37-
YUV123.83179.46168.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=38.27%
G=16.28%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181772150.160.6400.16285.2263.357.25
HexB54DD7104001011d3f39
Octal265115327201000204357771
Binary10110101100110111010111100001000000010000100011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54DD7; }

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

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

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

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

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

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

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

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