#B63DE6

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

Shades of Medium Orchid #B63DE6

Tints of Medium Orchid #B63DE6

Color information

#B63DE6 (or 0xB63DE6) is unknown color: approx Medium Orchid. HEX triplet: B6, 3D and E6. RGB value is (182,61,230). Sum of RGB (Red+Green+Blue) = 182+61+230=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #B63DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DE6 is #49C219. Grayscale: #737373. Windows color (decimal): -4833818 or 15089078. OLE color: 15089078.

HSL color Cylindrical-coordinate representation of color #B63DE6: hue angle of 282.96º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63DE6 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18261230-
CMYK0.210.7300.10
HSL282.96º77.17%57.06%-
HSV(B)282.96º73.48%90.2%-
XYZ35.241976.67-
YUV116.44192.09174.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 61 (24.22% from 255) = 12.90%
BLUE value IS 230 (90.23% from 255) = 48.63%
R=38.48%
G=12.90%
B=48.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182612300.210.7300.10282.9677.1757.06
HexB63DE615490A11b4d39
Octal266753462511101243311571
Binary1011011011110111100110101011001001010101000110111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63DE6; }

 p { color: rgb(182,61,230); }

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

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

 a { background-color: rgb(182,61,230); }

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

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

 span { border-color: rgb(182,61,230); }

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