#BD4FE3

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

Shades of Medium Orchid #BD4FE3

Tints of Medium Orchid #BD4FE3

Color information

#BD4FE3 (or 0xBD4FE3) is unknown color: approx Medium Orchid. HEX triplet: BD, 4F and E3. RGB value is (189,79,227). Sum of RGB (Red+Green+Blue) = 189+79+227=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD4FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FE3 is #42B01C. Grayscale: #808080. Windows color (decimal): -4370461 or 14897085. OLE color: 14897085.

HSL color Cylindrical-coordinate representation of color #BD4FE3: hue angle of 284.59º degrees, saturation: 0.73, 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 #BD4FE3 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18979227-
CMYK0.170.6500.11
HSL284.59º72.55%60%-
HSV(B)284.59º65.2%89.02%-
XYZ37.6521.9674.93-
YUV128.76183.44170.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 79 (31.25% from 255) = 15.96%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=38.18%
G=15.96%
B=45.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189792270.170.6500.11284.5972.5560
HexBD4FE311410B11d493c
Octal2751173432110101343511174
Binary10111101100111111100011100011000001010111000111011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4FE3; }

 p { color: rgb(189,79,227); }

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

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

 a { background-color: rgb(189,79,227); }

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

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

 span { border-color: rgb(189,79,227); }

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