#BE7ABF

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

Shades of Orchid #BE7ABF

Tints of Orchid #BE7ABF

Color information

#BE7ABF (or 0xBE7ABF) is unknown color: approx Orchid. HEX triplet: BE, 7A and BF. RGB value is (190,122,191). Sum of RGB (Red+Green+Blue) = 190+122+191=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ABF is #418540. Grayscale: #959595. Windows color (decimal): -4293953 or 12548798. OLE color: 12548798.

HSL color Cylindrical-coordinate representation of color #BE7ABF: hue angle of 299.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7ABF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190122191-
CMYK0.010.3600.25
HSL299.13º35.03%61.37%-
HSV(B)299.13º36.13%74.9%-
XYZ37.628.6352.83-
YUV150.2151.03156.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 191 (75% from 255) = 37.97%
R=37.77%
G=24.25%
B=37.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901221910.010.3600.25299.1335.0361.37
HexBE7ABF12401912b233d
Octal2761722771440314534375
Binary101111101111010101111111100100011001100101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7ABF; }

 p { color: rgb(190,122,191); }

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

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

 a { background-color: rgb(190,122,191); }

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

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

 span { border-color: rgb(190,122,191); }

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