#BE61CF

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

Shades of Medium Orchid #BE61CF

Tints of Medium Orchid #BE61CF

Color information

#BE61CF (or 0xBE61CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 61 and CF. RGB value is (190,97,207). Sum of RGB (Red+Green+Blue) = 190+97+207=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61CF is #419E30. Grayscale: #898989. Windows color (decimal): -4300337 or 13590974. OLE color: 13590974.

HSL color Cylindrical-coordinate representation of color #BE61CF: hue angle of 290.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE61CF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19097207-
CMYK0.080.5300.19
HSL290.73º53.4%59.61%-
HSV(B)290.73º53.14%81.18%-
XYZ36.772461.73-
YUV137.35167.31165.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 97 (38.28% from 255) = 19.64%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=38.46%
G=19.64%
B=41.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190972070.080.5300.19290.7353.459.61
HexBE61CF835013123353c
Octal27614131710650234436574
Binary101111101100001110011111000110101010011100100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE61CF; }

 p { color: rgb(190,97,207); }

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

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

 a { background-color: rgb(190,97,207); }

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

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

 span { border-color: rgb(190,97,207); }

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