#bd3aff

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

Shades of Medium Orchid #BD3AFF

Tints of Medium Orchid #BD3AFF

Color information

#BD3AFF (or 0xBD3AFF) is unknown color: approx Medium Orchid. HEX triplet: BD, 3A and FF. RGB value is (189,58,255). Sum of RGB (Red+Green+Blue) = 189+58+255=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AFF is #42C500. Grayscale: #767676. Windows color (decimal): -4375809 or 16726717. OLE color: 16726717.

HSL color Cylindrical-coordinate representation of color #BD3AFF: hue angle of 279.9º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3AFF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18958255-
CMYK0.260.7700
HSL279.9º100%61.37%-
HSV(B)279.9º77.25%100%-
XYZ40.5521.0696.54-
YUV119.63204.4177.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 58 (23.05% from 255) = 11.55%
BLUE value IS 255 (100% from 255) = 50.80%
R=37.65%
G=11.55%
B=50.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189582550.260.7700279.910061.37
HexBD3AFF1A4D00118643d
Octal27572377321150043014475
Binary1011110111101011111111110101001101001000110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd3aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd3aff; }

 p { color: rgb(189,58,255); }

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

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

 a { background-color: rgb(189,58,255); }

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

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

 span { border-color: rgb(189,58,255); }

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