#BD5CEA

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

Shades of Medium Orchid #BD5CEA

Tints of Medium Orchid #BD5CEA

Color information

#BD5CEA (or 0xBD5CEA) is unknown color: approx Medium Orchid. HEX triplet: BD, 5C and EA. RGB value is (189,92,234). Sum of RGB (Red+Green+Blue) = 189+92+234=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CEA is #42A315. Grayscale: #888888. Windows color (decimal): -4367126 or 15359165. OLE color: 15359165.

HSL color Cylindrical-coordinate representation of color #BD5CEA: hue angle of 280.99º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5CEA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18992234-
CMYK0.190.6100.08
HSL280.99º77.17%63.92%-
HSV(B)280.99º60.68%91.76%-
XYZ39.6624.4180.46-
YUV137.19182.64164.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=36.70%
G=17.86%
B=45.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal189922340.190.6100.08280.9977.1763.92
HexBD5CEA133D081194d40
Octal2751343522375010431115100
Binary10111101101110011101010100111111010100010001100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CEA; }

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

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

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

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

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

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

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

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