#BE42F7

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

Shades of Medium Orchid #BE42F7

Tints of Medium Orchid #BE42F7

Color information

#BE42F7 (or 0xBE42F7) is unknown color: approx Medium Orchid. HEX triplet: BE, 42 and F7. RGB value is (190,66,247). Sum of RGB (Red+Green+Blue) = 190+66+247=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #BE42F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42F7 is #41BD08. Grayscale: #7B7B7B. Windows color (decimal): -4308233 or 16204478. OLE color: 16204478.

HSL color Cylindrical-coordinate representation of color #BE42F7: hue angle of 281.1º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE42F7 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19066247-
CMYK0.230.7300.03
HSL281.1º91.88%61.37%-
HSV(B)281.1º73.28%96.86%-
XYZ39.9721.5690.05-
YUV123.71197.58175.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 66 (26.17% from 255) = 13.12%
BLUE value IS 247 (96.88% from 255) = 49.11%
R=37.77%
G=13.12%
B=49.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190662470.230.7300.03281.191.8861.37
HexBE42F71749031195c3d
Octal276102367271110343113475
Binary101111101000010111101111011110010010111000110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42F7; }

 p { color: rgb(190,66,247); }

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

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

 a { background-color: rgb(190,66,247); }

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

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

 span { border-color: rgb(190,66,247); }

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