#BD4CDE

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

Shades of Medium Orchid #BD4CDE

Tints of Medium Orchid #BD4CDE

Color information

#BD4CDE (or 0xBD4CDE) is unknown color: approx Medium Orchid. HEX triplet: BD, 4C and DE. RGB value is (189,76,222). Sum of RGB (Red+Green+Blue) = 189+76+222=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CDE is #42B321. Grayscale: #7D7D7D. Windows color (decimal): -4371234 or 14568637. OLE color: 14568637.

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

Color convert

RGB18976222-
CMYK0.150.6600.13
HSL286.44º68.87%58.43%-
HSV(B)286.44º65.77%87.06%-
XYZ36.7621.2671.27-
YUV126.43181.94172.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 76 (30.08% from 255) = 15.61%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=38.81%
G=15.61%
B=45.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189762220.150.6600.13286.4468.8758.43
HexBD4CDEF420D11e453a
Octal2751143361710201543610572
Binary1011110110011001101111011111000010011011000111101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4CDE; }

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

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

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

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

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

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

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

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