#BE7BC1

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

Shades of Orchid #BE7BC1

Tints of Orchid #BE7BC1

Color information

#BE7BC1 (or 0xBE7BC1) is unknown color: approx Orchid. HEX triplet: BE, 7B and C1. RGB value is (190,123,193). Sum of RGB (Red+Green+Blue) = 190+123+193=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BC1 is #41843E. Grayscale: #969696. Windows color (decimal): -4293695 or 12680126. OLE color: 12680126.

HSL color Cylindrical-coordinate representation of color #BE7BC1: hue angle of 297.43º 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 #BE7BC1 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190123193-
CMYK0.020.3600.24
HSL297.43º36.08%61.96%-
HSV(B)297.43º36.27%75.69%-
XYZ37.9428.9654.04-
YUV151.01151.7155.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=37.55%
G=24.31%
B=38.14%

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
Decimal1901231930.020.3600.24297.4336.0861.96
HexBE7BC1224018129243e
Octal2761733012440304514476
Binary1011111011110111100000110100100011000100101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BC1; }

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

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

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

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

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

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

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

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