#B63DED

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

Shades of Medium Orchid #B63DED

Tints of Medium Orchid #B63DED

Color information

#B63DED (or 0xB63DED) is unknown color: approx Medium Orchid. HEX triplet: B6, 3D and ED. RGB value is (182,61,237). Sum of RGB (Red+Green+Blue) = 182+61+237=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63DED is #49C212. Grayscale: #747474. Windows color (decimal): -4833811 or 15547830. OLE color: 15547830.

HSL color Cylindrical-coordinate representation of color #B63DED: hue angle of 281.25º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63DED is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18261237-
CMYK0.230.7400.07
HSL281.25º83.02%58.43%-
HSV(B)281.25º74.26%92.94%-
XYZ36.2519.481.95-
YUV117.24195.59174.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 61 (24.22% from 255) = 12.71%
BLUE value IS 237 (92.97% from 255) = 49.38%
R=37.92%
G=12.71%
B=49.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182612370.230.7400.07281.2583.0258.43
HexB63DED174A07119533a
Octal26675355271120743112372
Binary101101101111011110110110111100101001111000110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63DED; }

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

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

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

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

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

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

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

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