#BD4EEE

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

Shades of Medium Orchid #BD4EEE

Tints of Medium Orchid #BD4EEE

Color information

#BD4EEE (or 0xBD4EEE) is unknown color: approx Medium Orchid. HEX triplet: BD, 4E and EE. RGB value is (189,78,238). Sum of RGB (Red+Green+Blue) = 189+78+238=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EEE is #42B111. Grayscale: #808080. Windows color (decimal): -4370706 or 15617725. OLE color: 15617725.

HSL color Cylindrical-coordinate representation of color #BD4EEE: hue angle of 281.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4EEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18978238-
CMYK0.210.6700.07
HSL281.62º82.47%61.96%-
HSV(B)281.62º67.23%93.33%-
XYZ39.1422.4483.16-
YUV129.43189.27170.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 78 (30.86% from 255) = 15.45%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=37.43%
G=15.45%
B=47.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189782380.210.6700.07281.6282.4761.96
HexBD4EEE15430711a523e
Octal275116356251030743212276
Binary1011110110011101110111010101100001101111000110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4EEE; }

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

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

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

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

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

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

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

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