#BD34EC

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

Shades of Medium Orchid #BD34EC

Tints of Medium Orchid #BD34EC

Color information

#BD34EC (or 0xBD34EC) is unknown color: approx Medium Orchid. HEX triplet: BD, 34 and EC. RGB value is (189,52,236). Sum of RGB (Red+Green+Blue) = 189+52+236=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD34EC is #42CB13. Grayscale: #717171. Windows color (decimal): -4377364 or 15479997. OLE color: 15479997.

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

Color convert

RGB18952236-
CMYK0.200.7800.07
HSL284.67º82.88%56.47%-
HSV(B)284.67º77.97%92.55%-
XYZ37.3519.3381.12-
YUV113.94196.89181.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 52 (20.70% from 255) = 10.90%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=39.62%
G=10.90%
B=49.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189522360.200.7800.07284.6782.8856.47
HexBD34EC144E0711d5338
Octal27564354241160743512370
Binary101111011101001110110010100100111001111000111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD34EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD34EC; }

 p { color: rgb(189,52,236); }

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

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

 a { background-color: rgb(189,52,236); }

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

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

 span { border-color: rgb(189,52,236); }

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