#BE7AC3

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

Shades of Orchid #BE7AC3

Tints of Orchid #BE7AC3

Color information

#BE7AC3 (or 0xBE7AC3) is unknown color: approx Orchid. HEX triplet: BE, 7A and C3. RGB value is (190,122,195). Sum of RGB (Red+Green+Blue) = 190+122+195=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7AC3 is #41853C. Grayscale: #969696. Windows color (decimal): -4293949 or 12810942. OLE color: 12810942.

HSL color Cylindrical-coordinate representation of color #BE7AC3: hue angle of 295.89º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7AC3 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190122195-
CMYK0.030.3700.24
HSL295.89º37.82%62.16%-
HSV(B)295.89º37.44%76.47%-
XYZ38.0528.8155.18-
YUV150.65153.03156.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=37.48%
G=24.06%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901221950.030.3700.24295.8937.8262.16
HexBE7AC3325018128263e
Octal2761723033450304504676
Binary1011111011110101100001111100101011000100101000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AC3; }

 p { color: rgb(190,122,195); }

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

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

 a { background-color: rgb(190,122,195); }

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

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

 span { border-color: rgb(190,122,195); }

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