#BE4ACC

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

Shades of Medium Orchid #BE4ACC

Tints of Medium Orchid #BE4ACC

Color information

#BE4ACC (or 0xBE4ACC) is unknown color: approx Medium Orchid. HEX triplet: BE, 4A and CC. RGB value is (190,74,204). Sum of RGB (Red+Green+Blue) = 190+74+204=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ACC is #41B533. Grayscale: #7B7B7B. Windows color (decimal): -4306228 or 13388478. OLE color: 13388478.

HSL color Cylindrical-coordinate representation of color #BE4ACC: hue angle of 293.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4ACC is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19074204-
CMYK0.070.6400.2
HSL293.54º56.03%54.51%-
HSV(B)293.54º63.73%80%-
XYZ34.5820.259.2-
YUV123.5173.43175.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 74 (29.30% from 255) = 15.81%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=40.60%
G=15.81%
B=43.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190742040.070.6400.2293.5456.0354.51
HexBE4ACC7400141263837
Octal27611231471000244467067
Binary101111101001010110011001111000000010100100100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4ACC; }

 p { color: rgb(190,74,204); }

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

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

 a { background-color: rgb(190,74,204); }

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

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

 span { border-color: rgb(190,74,204); }

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