#BE4BEE

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

Shades of Medium Orchid #BE4BEE

Tints of Medium Orchid #BE4BEE

Color information

#BE4BEE (or 0xBE4BEE) is unknown color: approx Medium Orchid. HEX triplet: BE, 4B and EE. RGB value is (190,75,238). Sum of RGB (Red+Green+Blue) = 190+75+238=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BEE is #41B411. Grayscale: #7F7F7F. Windows color (decimal): -4305938 or 15616958. OLE color: 15616958.

HSL color Cylindrical-coordinate representation of color #BE4BEE: hue angle of 282.33º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4BEE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19075238-
CMYK0.200.6800.07
HSL282.33º82.74%61.37%-
HSV(B)282.33º68.49%93.33%-
XYZ39.1822.1583.1-
YUV127.97190.1172.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 75 (29.69% from 255) = 14.91%
BLUE value IS 238 (93.36% from 255) = 47.32%
R=37.77%
G=14.91%
B=47.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal190752380.200.6800.07282.3382.7461.37
HexBE4BEE14440711a533d
Octal276113356241040743212375
Binary1011111010010111110111010100100010001111000110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BEE; }

 p { color: rgb(190,75,238); }

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

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

 a { background-color: rgb(190,75,238); }

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

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

 span { border-color: rgb(190,75,238); }

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