#BE4CF1

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

Shades of Medium Orchid #BE4CF1

Tints of Medium Orchid #BE4CF1

Color information

#BE4CF1 (or 0xBE4CF1) is unknown color: approx Medium Orchid. HEX triplet: BE, 4C and F1. RGB value is (190,76,241). Sum of RGB (Red+Green+Blue) = 190+76+241=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE4CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CF1 is #41B30E. Grayscale: #808080. Windows color (decimal): -4305679 or 15813822. OLE color: 15813822.

HSL color Cylindrical-coordinate representation of color #BE4CF1: hue angle of 281.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4CF1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19076241-
CMYK0.210.6800.05
HSL281.45º85.49%62.16%-
HSV(B)281.45º68.46%94.51%-
XYZ39.722.4785.46-
YUV128.9191.27171.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 76 (30.08% from 255) = 14.99%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=37.48%
G=14.99%
B=47.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190762410.210.6800.05281.4585.4962.16
HexBE4CF1154405119553e
Octal276114361251040543112576
Binary1011111010011001111000110101100010001011000110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4CF1; }

 p { color: rgb(190,76,241); }

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

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

 a { background-color: rgb(190,76,241); }

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

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

 span { border-color: rgb(190,76,241); }

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