#BE7CC1

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

Shades of Orchid #BE7CC1

Tints of Orchid #BE7CC1

Color information

#BE7CC1 (or 0xBE7CC1) is unknown color: approx Orchid. HEX triplet: BE, 7C and C1. RGB value is (190,124,193). Sum of RGB (Red+Green+Blue) = 190+124+193=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CC1 is #41833E. Grayscale: #979797. Windows color (decimal): -4293439 or 12680382. OLE color: 12680382.

HSL color Cylindrical-coordinate representation of color #BE7CC1: hue angle of 297.39º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE7CC1 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190124193-
CMYK0.020.3600.24
HSL297.39º35.75%62.16%-
HSV(B)297.39º35.75%75.69%-
XYZ38.0729.2154.08-
YUV151.6151.37155.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=37.48%
G=24.46%
B=38.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901241930.020.3600.24297.3935.7562.16
HexBE7CC1224018129243e
Octal2761743012440304514476
Binary1011111011111001100000110100100011000100101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CC1; }

 p { color: rgb(190,124,193); }

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

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

 a { background-color: rgb(190,124,193); }

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

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

 span { border-color: rgb(190,124,193); }

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