#BE76C9

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

Shades of Orchid #BE76C9

Tints of Orchid #BE76C9

Color information

#BE76C9 (or 0xBE76C9) is unknown color: approx Orchid. HEX triplet: BE, 76 and C9. RGB value is (190,118,201). Sum of RGB (Red+Green+Blue) = 190+118+201=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C9 is #418936. Grayscale: #949494. Windows color (decimal): -4294967 or 13203134. OLE color: 13203134.

HSL color Cylindrical-coordinate representation of color #BE76C9: hue angle of 292.05º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE76C9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190118201-
CMYK0.050.4100.21
HSL292.05º43.46%62.55%-
HSV(B)292.05º41.29%78.82%-
XYZ38.2628.1258.67-
YUV148.99157.35157.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=37.33%
G=23.18%
B=39.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901182010.050.4100.21292.0543.4662.55
HexBE76C95290151242b3f
Octal2761663115510254445377
Binary10111110111011011001001101101001010101100100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76C9; }

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

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

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

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

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

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

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

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