#be79c6

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

Shades of Orchid #BE79C6

Tints of Orchid #BE79C6

Color information

#BE79C6 (or 0xBE79C6) is unknown color: approx Orchid. HEX triplet: BE, 79 and C6. RGB value is (190,121,198). Sum of RGB (Red+Green+Blue) = 190+121+198=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79C6 is #418639. Grayscale: #969696. Windows color (decimal): -4294202 or 13007294. OLE color: 13007294.

HSL color Cylindrical-coordinate representation of color #BE79C6: hue angle of 293.77º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE79C6 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190121198-
CMYK0.040.3900.22
HSL293.77º40.31%62.55%-
HSV(B)293.77º38.89%77.65%-
XYZ38.2728.756.95-
YUV150.41154.86156.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=37.33%
G=23.77%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901211980.040.3900.22293.7740.3162.55
HexBE79C6427016126283f
Octal2761713064470264465077
Binary10111110111100111000110100100111010110100100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be79c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be79c6; }

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

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

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

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

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

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

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

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