#BE79CC

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

Shades of Orchid #BE79CC

Tints of Orchid #BE79CC

Color information

#BE79CC (or 0xBE79CC) is unknown color: approx Orchid. HEX triplet: BE, 79 and CC. RGB value is (190,121,204). Sum of RGB (Red+Green+Blue) = 190+121+204=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79CC is #418633. Grayscale: #969696. Windows color (decimal): -4294196 or 13400510. OLE color: 13400510.

HSL color Cylindrical-coordinate representation of color #BE79CC: hue angle of 289.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE79CC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190121204-
CMYK0.070.4100.2
HSL289.88º44.86%63.73%-
HSV(B)289.88º40.69%80%-
XYZ38.9728.9860.67-
YUV151.09157.86155.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=36.89%
G=23.50%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901212040.070.4100.2289.8844.8663.73
HexBE79CC7290141222d40
Octal27617131475102444255100
Binary101111101111001110011001111010010101001001000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE79CC; }

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

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

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

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

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

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

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

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