#BE44CF

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

Shades of Medium Orchid #BE44CF

Tints of Medium Orchid #BE44CF

Color information

#BE44CF (or 0xBE44CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 44 and CF. RGB value is (190,68,207). Sum of RGB (Red+Green+Blue) = 190+68+207=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44CF is #41BB30. Grayscale: #777777. Windows color (decimal): -4307761 or 13583550. OLE color: 13583550.

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

Color convert

RGB19068207-
CMYK0.080.6700.19
HSL292.66º59.15%53.92%-
HSV(B)292.66º67.15%81.18%-
XYZ34.5619.5960.99-
YUV120.32176.92177.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 68 (26.95% from 255) = 14.62%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=40.86%
G=14.62%
B=44.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190682070.080.6700.19292.6659.1553.92
HexBE44CF8430131253b36
Octal276104317101030234457366
Binary1011111010001001100111110001000011010011100100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44CF; }

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

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

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

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

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

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

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

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