#BF3DE6

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

Shades of Medium Orchid #BF3DE6

Tints of Medium Orchid #BF3DE6

Color information

#BF3DE6 (or 0xBF3DE6) is unknown color: approx Medium Orchid. HEX triplet: BF, 3D and E6. RGB value is (191,61,230). Sum of RGB (Red+Green+Blue) = 191+61+230=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF3DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3DE6 is #40C219. Grayscale: #767676. Windows color (decimal): -4243994 or 15089087. OLE color: 15089087.

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

Color convert

RGB19161230-
CMYK0.170.7300.10
HSL286.15º77.17%57.06%-
HSV(B)286.15º73.48%90.2%-
XYZ37.4420.1376.77-
YUV119.14190.57179.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 61 (24.22% from 255) = 12.66%
BLUE value IS 230 (90.23% from 255) = 47.72%
R=39.63%
G=12.66%
B=47.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191612300.170.7300.10286.1577.1757.06
HexBF3DE611490A11e4d39
Octal277753462111101243611571
Binary1011111111110111100110100011001001010101000111101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3DE6; }

 p { color: rgb(191,61,230); }

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

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

 a { background-color: rgb(191,61,230); }

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

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

 span { border-color: rgb(191,61,230); }

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