#BE7BC5

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

Shades of Orchid #BE7BC5

Tints of Orchid #BE7BC5

Color information

#BE7BC5 (or 0xBE7BC5) is unknown color: approx Orchid. HEX triplet: BE, 7B and C5. RGB value is (190,123,197). Sum of RGB (Red+Green+Blue) = 190+123+197=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BC5 is #41843A. Grayscale: #979797. Windows color (decimal): -4293691 or 12942270. OLE color: 12942270.

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

Color convert

RGB190123197-
CMYK0.040.3800.23
HSL294.32º38.95%62.75%-
HSV(B)294.32º37.56%77.25%-
XYZ38.429.1456.43-
YUV151.47153.7155.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=37.25%
G=24.12%
B=38.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901231970.040.3800.23294.3238.9562.75
HexBE7BC5426017126273f
Octal2761733054460274464777
Binary10111110111101111000101100100110010111100100110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BC5; }

 p { color: rgb(190,123,197); }

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

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

 a { background-color: rgb(190,123,197); }

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

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

 span { border-color: rgb(190,123,197); }

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