#BE76C8

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

Shades of Orchid #BE76C8

Tints of Orchid #BE76C8

Color information

#BE76C8 (or 0xBE76C8) is unknown color: approx Orchid. HEX triplet: BE, 76 and C8. RGB value is (190,118,200). Sum of RGB (Red+Green+Blue) = 190+118+200=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE76C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C8 is #418937. Grayscale: #949494. Windows color (decimal): -4294968 or 13137598. OLE color: 13137598.

HSL color Cylindrical-coordinate representation of color #BE76C8: hue angle of 292.68º degrees, saturation: 0.43, 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 #BE76C8 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190118200-
CMYK0.050.4100.22
HSL292.68º42.71%62.35%-
HSV(B)292.68º41%78.43%-
XYZ38.1428.0758.05-
YUV148.88156.85157.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=37.40%
G=23.23%
B=39.37%

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
Decimal1901182000.050.4100.22292.6842.7162.35
HexBE76C85290161252b3e
Octal2761663105510264455376
Binary10111110111011011001000101101001010110100100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76C8; }

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

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

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

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

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

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

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

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