#BD5FF6

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

Shades of Medium Orchid #BD5FF6

Tints of Medium Orchid #BD5FF6

Color information

#BD5FF6 (or 0xBD5FF6) is unknown color: approx Medium Orchid. HEX triplet: BD, 5F and F6. RGB value is (189,95,246). Sum of RGB (Red+Green+Blue) = 189+95+246=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD5FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FF6 is #42A009. Grayscale: #8B8B8B. Windows color (decimal): -4366346 or 16146365. OLE color: 16146365.

HSL color Cylindrical-coordinate representation of color #BD5FF6: hue angle of 277.35º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5FF6 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18995246-
CMYK0.230.6100.04
HSL277.35º89.35%66.86%-
HSV(B)277.35º61.38%96.47%-
XYZ41.7125.6689.94-
YUV140.32187.64162.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=35.66%
G=17.92%
B=46.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal189952460.230.6100.04277.3589.3566.86
HexBD5FF6173D041155943
Octal275137366277504425131103
Binary1011110110111111111011010111111101010010001010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5FF6; }

 p { color: rgb(189,95,246); }

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

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

 a { background-color: rgb(189,95,246); }

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

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

 span { border-color: rgb(189,95,246); }

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