#BE79CF

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

Shades of Orchid #BE79CF

Tints of Orchid #BE79CF

Color information

#BE79CF (or 0xBE79CF) is unknown color: approx Orchid. HEX triplet: BE, 79 and CF. RGB value is (190,121,207). Sum of RGB (Red+Green+Blue) = 190+121+207=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE79CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79CF is #418630. Grayscale: #979797. Windows color (decimal): -4294193 or 13597118. OLE color: 13597118.

HSL color Cylindrical-coordinate representation of color #BE79CF: hue angle of 288.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE79CF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190121207-
CMYK0.080.4200.19
HSL288.14º47.25%64.31%-
HSV(B)288.14º41.55%81.18%-
XYZ39.3429.1362.58-
YUV151.44159.36155.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=36.68%
G=23.36%
B=39.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901212070.080.4200.19288.1447.2564.31
HexBE79CF82A0131202f40
Octal276171317105202344057100
Binary1011111011110011100111110001010100100111001000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE79CF; }

 p { color: rgb(190,121,207); }

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

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

 a { background-color: rgb(190,121,207); }

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

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

 span { border-color: rgb(190,121,207); }

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