#bd4bdb

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

Shades of Medium Orchid #BD4BDB

Tints of Medium Orchid #BD4BDB

Color information

#BD4BDB (or 0xBD4BDB) is unknown color: approx Medium Orchid. HEX triplet: BD, 4B and DB. RGB value is (189,75,219). Sum of RGB (Red+Green+Blue) = 189+75+219=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BDB is #42B424. Grayscale: #7D7D7D. Windows color (decimal): -4371493 or 14371773. OLE color: 14371773.

HSL color Cylindrical-coordinate representation of color #BD4BDB: hue angle of 287.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4BDB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18975219-
CMYK0.140.6600.14
HSL287.5º66.67%57.65%-
HSV(B)287.5º65.75%85.88%-
XYZ36.2920.9769.15-
YUV125.5180.77173.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=39.13%
G=15.53%
B=45.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal189752190.140.6600.14287.566.6757.65
HexBD4BDBE420E120433a
Octal2751133331610201644010372
Binary1011110110010111101101111101000010011101001000001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd4bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd4bdb; }

 p { color: rgb(189,75,219); }

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

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

 a { background-color: rgb(189,75,219); }

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

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

 span { border-color: rgb(189,75,219); }

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