#BD48E9

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

Shades of Medium Orchid #BD48E9

Tints of Medium Orchid #BD48E9

Color information

#BD48E9 (or 0xBD48E9) is unknown color: approx Medium Orchid. HEX triplet: BD, 48 and E9. RGB value is (189,72,233). Sum of RGB (Red+Green+Blue) = 189+72+233=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD48E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD48E9 is #42B716. Grayscale: #7C7C7C. Windows color (decimal): -4372247 or 15288509. OLE color: 15288509.

HSL color Cylindrical-coordinate representation of color #BD48E9: hue angle of 283.6º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD48E9 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18972233-
CMYK0.190.6900.09
HSL283.6º78.54%59.8%-
HSV(B)283.6º69.1%91.37%-
XYZ38.0121.3479.21-
YUV125.34188.76173.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 72 (28.52% from 255) = 14.57%
BLUE value IS 233 (91.41% from 255) = 47.17%
R=38.26%
G=14.57%
B=47.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189722330.190.6900.09283.678.5459.8
HexBD48E913450911c4f3c
Octal2751103512310501143411774
Binary10111101100100011101001100111000101010011000111001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD48E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD48E9; }

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

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

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

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

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

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

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

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