#bd3df2

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

Shades of Medium Orchid #BD3DF2

Tints of Medium Orchid #BD3DF2

Color information

#BD3DF2 (or 0xBD3DF2) is unknown color: approx Medium Orchid. HEX triplet: BD, 3D and F2. RGB value is (189,61,242). Sum of RGB (Red+Green+Blue) = 189+61+242=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DF2 is #42C20D. Grayscale: #777777. Windows color (decimal): -4375054 or 15875517. OLE color: 15875517.

HSL color Cylindrical-coordinate representation of color #BD3DF2: hue angle of 282.43º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3DF2 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18961242-
CMYK0.220.7500.05
HSL282.43º87.44%59.41%-
HSV(B)282.43º74.79%94.9%-
XYZ38.6820.5785.94-
YUV119.91196.91177.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 61 (24.22% from 255) = 12.40%
BLUE value IS 242 (94.92% from 255) = 49.19%
R=38.41%
G=12.40%
B=49.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189612420.220.7500.05282.4387.4459.41
HexBD3DF2164B0511a573b
Octal27575362261130543212773
Binary101111011111011111001010110100101101011000110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd3df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd3df2; }

 p { color: rgb(189,61,242); }

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

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

 a { background-color: rgb(189,61,242); }

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

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

 span { border-color: rgb(189,61,242); }

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