#B63ED9

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

Shades of Medium Orchid #B63ED9

Tints of Medium Orchid #B63ED9

Color information

#B63ED9 (or 0xB63ED9) is unknown color: approx Medium Orchid. HEX triplet: B6, 3E and D9. RGB value is (182,62,217). Sum of RGB (Red+Green+Blue) = 182+62+217=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #B63ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ED9 is #49C126. Grayscale: #737373. Windows color (decimal): -4833575 or 14237366. OLE color: 14237366.

HSL color Cylindrical-coordinate representation of color #B63ED9: hue angle of 286.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63ED9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18262217-
CMYK0.160.7100.15
HSL286.45º67.1%54.71%-
HSV(B)286.45º71.43%85.1%-
XYZ33.5418.467.43-
YUV115.55185.26175.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 62 (24.61% from 255) = 13.45%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=39.48%
G=13.45%
B=47.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182622170.160.7100.15286.4567.154.71
HexB63ED910470F11e4337
Octal266763312010701743610367
Binary1011011011111011011001100001000111011111000111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63ED9; }

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

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

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

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

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

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

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

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