#BD4FD3

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

Shades of Medium Orchid #BD4FD3

Tints of Medium Orchid #BD4FD3

Color information

#BD4FD3 (or 0xBD4FD3) is unknown color: approx Medium Orchid. HEX triplet: BD, 4F and D3. RGB value is (189,79,211). Sum of RGB (Red+Green+Blue) = 189+79+211=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD4FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FD3 is #42B02C. Grayscale: #7E7E7E. Windows color (decimal): -4370477 or 13848509. OLE color: 13848509.

HSL color Cylindrical-coordinate representation of color #BD4FD3: hue angle of 290º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4FD3 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18979211-
CMYK0.100.6300.17
HSL290º60%56.86%-
HSV(B)290º62.56%82.75%-
XYZ35.5421.1163.83-
YUV126.94175.44172.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 79 (31.25% from 255) = 16.49%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=39.46%
G=16.49%
B=44.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189792110.100.6300.172906056.86
HexBD4FD3A3F0111223c39
Octal27511732312770214427471
Binary101111011001111110100111010111111010001100100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4FD3; }

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

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

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

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

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

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

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

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