#bd4ee2

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

Shades of Medium Orchid #BD4EE2

Tints of Medium Orchid #BD4EE2

Color information

#BD4EE2 (or 0xBD4EE2) is unknown color: approx Medium Orchid. HEX triplet: BD, 4E and E2. RGB value is (189,78,226). Sum of RGB (Red+Green+Blue) = 189+78+226=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EE2 is #42B11D. Grayscale: #7F7F7F. Windows color (decimal): -4370718 or 14831293. OLE color: 14831293.

HSL color Cylindrical-coordinate representation of color #BD4EE2: hue angle of 285º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4EE2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18978226-
CMYK0.160.6500.11
HSL285º71.84%59.61%-
HSV(B)285º65.49%88.63%-
XYZ37.4421.7674.18-
YUV128.06183.27171.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=38.34%
G=15.82%
B=45.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189782260.160.6500.1128571.8459.61
HexBD4EE210410B11d483c
Octal2751163422010101343511074
Binary10111101100111011100010100001000001010111000111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd4ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd4ee2; }

 p { color: rgb(189,78,226); }

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

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

 a { background-color: rgb(189,78,226); }

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

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

 span { border-color: rgb(189,78,226); }

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