#BE34DD

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

Shades of Medium Orchid #BE34DD

Tints of Medium Orchid #BE34DD

Color information

#BE34DD (or 0xBE34DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 34 and DD. RGB value is (190,52,221). Sum of RGB (Red+Green+Blue) = 190+52+221=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34DD is #41CB22. Grayscale: #6F6F6F. Windows color (decimal): -4311843 or 14496958. OLE color: 14496958.

HSL color Cylindrical-coordinate representation of color #BE34DD: hue angle of 288.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE34DD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19052221-
CMYK0.140.7600.13
HSL288.99º71.31%53.53%-
HSV(B)288.99º76.47%86.67%-
XYZ35.5118.6270.13-
YUV112.53189.22183.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 52 (20.70% from 255) = 11.23%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=41.04%
G=11.23%
B=47.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190522210.140.7600.13288.9971.3153.53
HexBE34DDE4C0D1214736
Octal276643351611401544110766
Binary101111101101001101110111101001100011011001000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34DD; }

 p { color: rgb(190,52,221); }

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

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

 a { background-color: rgb(190,52,221); }

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

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

 span { border-color: rgb(190,52,221); }

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