#BD5ACA

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

Shades of Medium Orchid #BD5ACA

Tints of Medium Orchid #BD5ACA

Color information

#BD5ACA (or 0xBD5ACA) is unknown color: approx Medium Orchid. HEX triplet: BD, 5A and CA. RGB value is (189,90,202). Sum of RGB (Red+Green+Blue) = 189+90+202=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD5ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ACA is #42A535. Grayscale: #848484. Windows color (decimal): -4367670 or 13261501. OLE color: 13261501.

HSL color Cylindrical-coordinate representation of color #BD5ACA: hue angle of 293.04º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5ACA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18990202-
CMYK0.060.5500.21
HSL293.04º51.38%57.25%-
HSV(B)293.04º55.45%79.22%-
XYZ35.322.458.34-
YUV132.37167.3168.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=39.29%
G=18.71%
B=42.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189902020.060.5500.21293.0451.3857.25
HexBD5ACA6370151253339
Octal2751323126670254456371
Binary10111101101101011001010110110111010101100100101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5ACA; }

 p { color: rgb(189,90,202); }

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

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

 a { background-color: rgb(189,90,202); }

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

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

 span { border-color: rgb(189,90,202); }

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