#BE79CB

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

Shades of Orchid #BE79CB

Tints of Orchid #BE79CB

Color information

#BE79CB (or 0xBE79CB) is unknown color: approx Orchid. HEX triplet: BE, 79 and CB. RGB value is (190,121,203). Sum of RGB (Red+Green+Blue) = 190+121+203=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79CB is #418634. Grayscale: #969696. Windows color (decimal): -4294197 or 13334974. OLE color: 13334974.

HSL color Cylindrical-coordinate representation of color #BE79CB: hue angle of 290.49º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE79CB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190121203-
CMYK0.060.4000.20
HSL290.49º44.09%63.53%-
HSV(B)290.49º40.39%79.61%-
XYZ38.8528.9360.04-
YUV150.98157.36155.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=36.96%
G=23.54%
B=39.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901212030.060.4000.20290.4944.0963.53
HexBE79CB6280141222c40
Octal27617131365002444254100
Binary101111101111001110010111101010000101001001000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE79CB; }

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

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

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

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

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

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

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

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