#BE79C4

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

Shades of Orchid #BE79C4

Tints of Orchid #BE79C4

Color information

#BE79C4 (or 0xBE79C4) is unknown color: approx Orchid. HEX triplet: BE, 79 and C4. RGB value is (190,121,196). Sum of RGB (Red+Green+Blue) = 190+121+196=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79C4 is #41863B. Grayscale: #959595. Windows color (decimal): -4294204 or 12876222. OLE color: 12876222.

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

Color convert

RGB190121196-
CMYK0.030.3800.23
HSL295.2º38.86%62.16%-
HSV(B)295.2º38.27%76.86%-
XYZ38.0428.6155.74-
YUV150.18153.86156.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=37.48%
G=23.87%
B=38.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901211960.030.3800.23295.238.8662.16
HexBE79C4326017127273e
Octal2761713043460274474776
Binary1011111011110011100010011100110010111100100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE79C4; }

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

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

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

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

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

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

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

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