#BE32F1

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

Shades of Medium Orchid #BE32F1

Tints of Medium Orchid #BE32F1

Color information

#BE32F1 (or 0xBE32F1) is unknown color: approx Medium Orchid. HEX triplet: BE, 32 and F1. RGB value is (190,50,241). Sum of RGB (Red+Green+Blue) = 190+50+241=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE32F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32F1 is #41CD0E. Grayscale: #717171. Windows color (decimal): -4312335 or 15807166. OLE color: 15807166.

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

Color convert

RGB19050241-
CMYK0.210.7900.05
HSL283.98º87.21%57.06%-
HSV(B)283.98º79.25%94.51%-
XYZ38.2519.5884.98-
YUV113.63199.88182.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 50 (19.92% from 255) = 10.40%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=39.50%
G=10.40%
B=50.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190502410.210.7900.05283.9887.2157.06
HexBE32F1154F0511c5739
Octal27662361251170543412771
Binary101111101100101111000110101100111101011000111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE32F1; }

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

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

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

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

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

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

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

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