#BE34FA

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

Shades of Medium Orchid #BE34FA

Tints of Medium Orchid #BE34FA

Color information

#BE34FA (or 0xBE34FA) is unknown color: approx Medium Orchid. HEX triplet: BE, 34 and FA. RGB value is (190,52,250). Sum of RGB (Red+Green+Blue) = 190+52+250=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34FA is #41CB05. Grayscale: #737373. Windows color (decimal): -4311814 or 16397502. OLE color: 16397502.

HSL color Cylindrical-coordinate representation of color #BE34FA: hue angle of 281.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE34FA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19052250-
CMYK0.240.7900.02
HSL281.82º95.19%59.22%-
HSV(B)281.82º79.2%98.04%-
XYZ39.7220.3192.27-
YUV115.83203.72180.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 52 (20.70% from 255) = 10.57%
BLUE value IS 250 (98.05% from 255) = 50.81%
R=38.62%
G=10.57%
B=50.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190522500.240.7900.02281.8295.1959.22
HexBE34FA184F0211a5f3b
Octal27664372301170243213773
Binary10111110110100111110101100010011110101000110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34FA; }

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

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

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

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

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

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

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

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