#BD5BEC

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

Shades of Medium Orchid #BD5BEC

Tints of Medium Orchid #BD5BEC

Color information

#BD5BEC (or 0xBD5BEC) is unknown color: approx Medium Orchid. HEX triplet: BD, 5B and EC. RGB value is (189,91,236). Sum of RGB (Red+Green+Blue) = 189+91+236=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD5BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BEC is #42A413. Grayscale: #888888. Windows color (decimal): -4367380 or 15489981. OLE color: 15489981.

HSL color Cylindrical-coordinate representation of color #BD5BEC: hue angle of 280.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5BEC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18991236-
CMYK0.200.6100.07
HSL280.55º79.23%64.12%-
HSV(B)280.55º61.44%92.55%-
XYZ39.8724.3681.96-
YUV136.83183.97165.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 91 (35.94% from 255) = 17.64%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=36.63%
G=17.64%
B=45.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189912360.200.6100.07280.5579.2364.12
HexBD5BEC143D071194f40
Octal275133354247507431117100
Binary1011110110110111110110010100111101011110001100110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5BEC; }

 p { color: rgb(189,91,236); }

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

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

 a { background-color: rgb(189,91,236); }

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

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

 span { border-color: rgb(189,91,236); }

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