#B63EF8

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

Shades of Medium Orchid #B63EF8

Tints of Medium Orchid #B63EF8

Color information

#B63EF8 (or 0xB63EF8) is unknown color: approx Medium Orchid. HEX triplet: B6, 3E and F8. RGB value is (182,62,248). Sum of RGB (Red+Green+Blue) = 182+62+248=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #B63EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EF8 is #49C107. Grayscale: #767676. Windows color (decimal): -4833544 or 16268982. OLE color: 16268982.

HSL color Cylindrical-coordinate representation of color #B63EF8: hue angle of 278.71º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63EF8 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18262248-
CMYK0.270.7500.03
HSL278.71º93%60.78%-
HSV(B)278.71º75%97.25%-
XYZ37.9620.1790.7-
YUV119.08200.76172.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 62 (24.61% from 255) = 12.60%
BLUE value IS 248 (97.27% from 255) = 50.41%
R=36.99%
G=12.60%
B=50.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182622480.270.7500.03278.719360.78
HexB63EF81B4B031175d3d
Octal26676370331130342713575
Binary10110110111110111110001101110010110111000101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63EF8; }

 p { color: rgb(182,62,248); }

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

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

 a { background-color: rgb(182,62,248); }

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

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

 span { border-color: rgb(182,62,248); }

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