#BE76C7

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

Shades of Orchid #BE76C7

Tints of Orchid #BE76C7

Color information

#BE76C7 (or 0xBE76C7) is unknown color: approx Orchid. HEX triplet: BE, 76 and C7. RGB value is (190,118,199). Sum of RGB (Red+Green+Blue) = 190+118+199=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C7 is #418938. Grayscale: #949494. Windows color (decimal): -4294969 or 13072062. OLE color: 13072062.

HSL color Cylindrical-coordinate representation of color #BE76C7: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE76C7 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190118199-
CMYK0.050.4100.22
HSL293.33º41.97%62.16%-
HSV(B)293.33º40.7%78.04%-
XYZ38.0228.0357.44-
YUV148.76156.35157.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 199 (78.12% from 255) = 39.25%
R=37.48%
G=23.27%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901181990.050.4100.22293.3341.9762.16
HexBE76C75290161252a3e
Octal2761663075510264455276
Binary10111110111011011000111101101001010110100100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76C7; }

 p { color: rgb(190,118,199); }

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

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

 a { background-color: rgb(190,118,199); }

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

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

 span { border-color: rgb(190,118,199); }

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