#BE79CA

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

Shades of Orchid #BE79CA

Tints of Orchid #BE79CA

Color information

#BE79CA (or 0xBE79CA) is unknown color: approx Orchid. HEX triplet: BE, 79 and CA. RGB value is (190,121,202). Sum of RGB (Red+Green+Blue) = 190+121+202=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79CA is #418635. Grayscale: #969696. Windows color (decimal): -4294198 or 13269438. OLE color: 13269438.

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

Color convert

RGB190121202-
CMYK0.060.4000.21
HSL291.11º43.32%63.33%-
HSV(B)291.11º40.1%79.22%-
XYZ38.7328.8959.41-
YUV150.86156.86155.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=37.04%
G=23.59%
B=39.38%

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
Decimal1901212020.060.4000.21291.1143.3263.33
HexBE79CA6280151232b3f
Octal2761713126500254435377
Binary10111110111100111001010110101000010101100100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE79CA; }

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

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

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

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

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

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

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

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