#BE63CA

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

Shades of Medium Orchid #BE63CA

Tints of Medium Orchid #BE63CA

Color information

#BE63CA (or 0xBE63CA) is unknown color: approx Medium Orchid. HEX triplet: BE, 63 and CA. RGB value is (190,99,202). Sum of RGB (Red+Green+Blue) = 190+99+202=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63CA is #419C35. Grayscale: #898989. Windows color (decimal): -4299830 or 13263806. OLE color: 13263806.

HSL color Cylindrical-coordinate representation of color #BE63CA: hue angle of 293.01º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE63CA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19099202-
CMYK0.060.5100.21
HSL293.01º49.28%59.02%-
HSV(B)293.01º50.99%79.22%-
XYZ36.3624.1458.62-
YUV137.95164.15165.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 99 (39.06% from 255) = 20.16%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=38.70%
G=20.16%
B=41.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190992020.060.5100.21293.0149.2859.02
HexBE63CA633015125313b
Octal2761433126630254456173
Binary10111110110001111001010110110011010101100100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63CA; }

 p { color: rgb(190,99,202); }

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

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

 a { background-color: rgb(190,99,202); }

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

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

 span { border-color: rgb(190,99,202); }

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