#BD5FF2

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

Shades of Medium Orchid #BD5FF2

Tints of Medium Orchid #BD5FF2

Color information

#BD5FF2 (or 0xBD5FF2) is unknown color: approx Medium Orchid. HEX triplet: BD, 5F and F2. RGB value is (189,95,242). Sum of RGB (Red+Green+Blue) = 189+95+242=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD5FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FF2 is #42A00D. Grayscale: #8B8B8B. Windows color (decimal): -4366350 or 15884221. OLE color: 15884221.

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

Color convert

RGB18995242-
CMYK0.220.6100.05
HSL278.37º84.97%66.08%-
HSV(B)278.37º60.74%94.9%-
XYZ41.1125.4186.74-
YUV139.86185.64163.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 242 (94.92% from 255) = 46.01%
R=35.93%
G=18.06%
B=46.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189952420.220.6100.05278.3784.9766.08
HexBD5FF2163D051165542
Octal275137362267505426125102
Binary1011110110111111111001010110111101010110001011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5FF2; }

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

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

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

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

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

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

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

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