#be3be6

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

Shades of Medium Orchid #BE3BE6

Tints of Medium Orchid #BE3BE6

Color information

#BE3BE6 (or 0xBE3BE6) is unknown color: approx Medium Orchid. HEX triplet: BE, 3B and E6. RGB value is (190,59,230). Sum of RGB (Red+Green+Blue) = 190+59+230=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE3BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3BE6 is #41C419. Grayscale: #757575. Windows color (decimal): -4310042 or 15088574. OLE color: 15088574.

HSL color Cylindrical-coordinate representation of color #BE3BE6: hue angle of 285.96º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3BE6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19059230-
CMYK0.170.7400.10
HSL285.96º77.38%56.67%-
HSV(B)285.96º74.35%90.2%-
XYZ37.0819.7976.73-
YUV117.66191.4179.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 59 (23.44% from 255) = 12.32%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=39.67%
G=12.32%
B=48.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190592300.170.7400.10285.9677.3856.67
HexBE3BE6114A0A11e4d39
Octal276733462111201243611571
Binary1011111011101111100110100011001010010101000111101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be3be6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be3be6; }

 p { color: rgb(190,59,230); }

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

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

 a { background-color: rgb(190,59,230); }

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

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

 span { border-color: rgb(190,59,230); }

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