#BD3FF2

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

Shades of Medium Orchid #BD3FF2

Tints of Medium Orchid #BD3FF2

Color information

#BD3FF2 (or 0xBD3FF2) is unknown color: approx Medium Orchid. HEX triplet: BD, 3F and F2. RGB value is (189,63,242). Sum of RGB (Red+Green+Blue) = 189+63+242=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FF2 is #42C00D. Grayscale: #787878. Windows color (decimal): -4374542 or 15876029. OLE color: 15876029.

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

Color convert

RGB18963242-
CMYK0.220.7400.05
HSL282.23º87.32%59.8%-
HSV(B)282.23º73.97%94.9%-
XYZ38.7920.7885.97-
YUV121.08196.24176.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 63 (25% from 255) = 12.75%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=38.26%
G=12.75%
B=48.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189632420.220.7400.05282.2387.3259.8
HexBD3FF2164A0511a573c
Octal27577362261120543212774
Binary101111011111111111001010110100101001011000110101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3FF2; }

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

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

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

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

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

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

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

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