#BD48DE

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

Shades of Medium Orchid #BD48DE

Tints of Medium Orchid #BD48DE

Color information

#BD48DE (or 0xBD48DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 48 and DE. RGB value is (189,72,222). Sum of RGB (Red+Green+Blue) = 189+72+222=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD48DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48DE is #42B721. Grayscale: #7B7B7B. Windows color (decimal): -4372258 or 14567613. OLE color: 14567613.

HSL color Cylindrical-coordinate representation of color #BD48DE: hue angle of 286.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD48DE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18972222-
CMYK0.150.6800.13
HSL286.8º69.44%57.65%-
HSV(B)286.8º67.57%87.06%-
XYZ36.4920.7371.18-
YUV124.08183.26174.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 72 (28.52% from 255) = 14.91%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=39.13%
G=14.91%
B=45.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189722220.150.6800.13286.869.4457.65
HexBD48DEF440D11f453a
Octal2751103361710401543710572
Binary1011110110010001101111011111000100011011000111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48DE; }

 p { color: rgb(189,72,222); }

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

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

 a { background-color: rgb(189,72,222); }

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

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

 span { border-color: rgb(189,72,222); }

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