#BE7ACA

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

Shades of Orchid #BE7ACA

Tints of Orchid #BE7ACA

Color information

#BE7ACA (or 0xBE7ACA) is unknown color: approx Orchid. HEX triplet: BE, 7A and CA. RGB value is (190,122,202). Sum of RGB (Red+Green+Blue) = 190+122+202=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ACA is #418535. Grayscale: #979797. Windows color (decimal): -4293942 or 13269694. OLE color: 13269694.

HSL color Cylindrical-coordinate representation of color #BE7ACA: hue angle of 291º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7ACA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190122202-
CMYK0.060.4000.21
HSL291º43.01%63.53%-
HSV(B)291º39.6%79.22%-
XYZ38.8629.1359.45-
YUV151.45156.53155.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=36.96%
G=23.74%
B=39.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901222020.060.4000.2129143.0163.53
HexBE7ACA6280151232b40
Octal27617231265002544353100
Binary101111101111010110010101101010000101011001000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ACA; }

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

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

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

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

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

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

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

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