#BE76C6

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

Shades of Orchid #BE76C6

Tints of Orchid #BE76C6

Color information

#BE76C6 (or 0xBE76C6) is unknown color: approx Orchid. HEX triplet: BE, 76 and C6. RGB value is (190,118,198). Sum of RGB (Red+Green+Blue) = 190+118+198=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C6 is #418939. Grayscale: #949494. Windows color (decimal): -4294970 or 13006526. OLE color: 13006526.

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

Color convert

RGB190118198-
CMYK0.040.4000.22
HSL294º41.24%61.96%-
HSV(B)294º40.4%77.65%-
XYZ37.9127.9856.83-
YUV148.65155.85157.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=37.55%
G=23.32%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901181980.040.4000.2229441.2461.96
HexBE76C6428016126293e
Octal2761663064500264465176
Binary10111110111011011000110100101000010110100100110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76C6; }

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

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

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

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

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

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

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

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