#BD34E0

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

Shades of Medium Orchid #BD34E0

Tints of Medium Orchid #BD34E0

Color information

#BD34E0 (or 0xBD34E0) is unknown color: approx Medium Orchid. HEX triplet: BD, 34 and E0. RGB value is (189,52,224). Sum of RGB (Red+Green+Blue) = 189+52+224=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34E0 is #42CB1F. Grayscale: #707070. Windows color (decimal): -4377376 or 14693565. OLE color: 14693565.

HSL color Cylindrical-coordinate representation of color #BD34E0: hue angle of 287.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD34E0 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18952224-
CMYK0.160.7700.12
HSL287.79º73.5%54.12%-
HSV(B)287.79º76.79%87.84%-
XYZ35.6718.6672.24-
YUV112.57190.89182.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 52 (20.70% from 255) = 11.18%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=40.65%
G=11.18%
B=48.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189522240.160.7700.12287.7973.554.12
HexBD34E0104D0C1204a36
Octal275643402011501444011266
Binary1011110111010011100000100001001101011001001000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD34E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD34E0; }

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

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

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

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

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

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

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

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