#BD3BDF

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

Shades of Medium Orchid #BD3BDF

Tints of Medium Orchid #BD3BDF

Color information

#BD3BDF (or 0xBD3BDF) is unknown color: approx Medium Orchid. HEX triplet: BD, 3B and DF. RGB value is (189,59,223). Sum of RGB (Red+Green+Blue) = 189+59+223=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BDF is #42C420. Grayscale: #747474. Windows color (decimal): -4375585 or 14629821. OLE color: 14629821.

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

Color convert

RGB18959223-
CMYK0.150.7400.13
HSL287.56º71.93%55.29%-
HSV(B)287.56º73.54%87.45%-
XYZ35.8719.2771.64-
YUV116.57188.07179.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 59 (23.44% from 255) = 12.53%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=40.13%
G=12.53%
B=47.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189592230.150.7400.13287.5671.9355.29
HexBD3BDFF4A0D1204837
Octal275733371711201544011067
Binary101111011110111101111111111001010011011001000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3BDF; }

 p { color: rgb(189,59,223); }

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

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

 a { background-color: rgb(189,59,223); }

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

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

 span { border-color: rgb(189,59,223); }

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