#B63FFD

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

Shades of Medium Orchid #B63FFD

Tints of Medium Orchid #B63FFD

Color information

#B63FFD (or 0xB63FFD) is unknown color: approx Medium Orchid. HEX triplet: B6, 3F and FD. RGB value is (182,63,253). Sum of RGB (Red+Green+Blue) = 182+63+253=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #B63FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FFD is #49C002. Grayscale: #777777. Windows color (decimal): -4833283 or 16596918. OLE color: 16596918.

HSL color Cylindrical-coordinate representation of color #B63FFD: hue angle of 277.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63FFD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18263253-
CMYK0.280.7500.01
HSL277.58º97.94%61.96%-
HSV(B)277.58º75.1%99.22%-
XYZ38.820.5994.86-
YUV120.24202.92172.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=36.55%
G=12.65%
B=50.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182632530.280.7500.01277.5897.9461.96
HexB63FFD1C4B01116623e
Octal26677375341130142614276
Binary1011011011111111111101111001001011011000101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FFD; }

 p { color: rgb(182,63,253); }

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

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

 a { background-color: rgb(182,63,253); }

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

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

 span { border-color: rgb(182,63,253); }

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