#BE3EFC

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

Shades of Medium Orchid #BE3EFC

Tints of Medium Orchid #BE3EFC

Color information

#BE3EFC (or 0xBE3EFC) is unknown color: approx Medium Orchid. HEX triplet: BE, 3E and FC. RGB value is (190,62,252). Sum of RGB (Red+Green+Blue) = 190+62+252=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EFC is #41C103. Grayscale: #797979. Windows color (decimal): -4309252 or 16531134. OLE color: 16531134.

HSL color Cylindrical-coordinate representation of color #BE3EFC: hue angle of 280.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3EFC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19062252-
CMYK0.250.7500.01
HSL280.42º96.94%61.57%-
HSV(B)280.42º75.4%98.82%-
XYZ40.5321.4294.09-
YUV121.93201.41176.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 62 (24.61% from 255) = 12.30%
BLUE value IS 252 (98.83% from 255) = 50%
R=37.70%
G=12.30%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190622520.250.7500.01280.4296.9461.57
HexBE3EFC194B01118613e
Octal27676374311130143014176
Binary1011111011111011111100110011001011011000110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3EFC; }

 p { color: rgb(190,62,252); }

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

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

 a { background-color: rgb(190,62,252); }

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

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

 span { border-color: rgb(190,62,252); }

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