#BD5ACB

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

Shades of Medium Orchid #BD5ACB

Tints of Medium Orchid #BD5ACB

Color information

#BD5ACB (or 0xBD5ACB) is unknown color: approx Medium Orchid. HEX triplet: BD, 5A and CB. RGB value is (189,90,203). Sum of RGB (Red+Green+Blue) = 189+90+203=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ACB is #42A534. Grayscale: #848484. Windows color (decimal): -4367669 or 13327037. OLE color: 13327037.

HSL color Cylindrical-coordinate representation of color #BD5ACB: hue angle of 292.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5ACB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18990203-
CMYK0.070.5600.20
HSL292.57º52.07%57.45%-
HSV(B)292.57º55.67%79.61%-
XYZ35.4222.4458.96-
YUV132.48167.8168.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=39.21%
G=18.67%
B=42.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189902030.070.5600.20292.5752.0757.45
HexBD5ACB7380141253439
Octal2751323137700244456471
Binary10111101101101011001011111111000010100100100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5ACB; }

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

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

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

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

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

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

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

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