#BD5CDE

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

Shades of Medium Orchid #BD5CDE

Tints of Medium Orchid #BD5CDE

Color information

#BD5CDE (or 0xBD5CDE) is unknown color: approx Medium Orchid. HEX triplet: BD, 5C and DE. RGB value is (189,92,222). Sum of RGB (Red+Green+Blue) = 189+92+222=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CDE is #42A321. Grayscale: #878787. Windows color (decimal): -4367138 or 14572733. OLE color: 14572733.

HSL color Cylindrical-coordinate representation of color #BD5CDE: hue angle of 284.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5CDE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18992222-
CMYK0.150.5900.13
HSL284.77º66.33%61.57%-
HSV(B)284.77º58.56%87.06%-
XYZ3823.7571.69-
YUV135.82176.64165.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=37.57%
G=18.29%
B=44.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189922220.150.5900.13284.7766.3361.57
HexBD5CDEF3B0D11d423e
Octal275134336177301543510276
Binary101111011011100110111101111111011011011000111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CDE; }

 p { color: rgb(189,92,222); }

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

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

 a { background-color: rgb(189,92,222); }

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

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

 span { border-color: rgb(189,92,222); }

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