#B63FED

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

Shades of Medium Orchid #B63FED

Tints of Medium Orchid #B63FED

Color information

#B63FED (or 0xB63FED) is unknown color: approx Medium Orchid. HEX triplet: B6, 3F and ED. RGB value is (182,63,237). Sum of RGB (Red+Green+Blue) = 182+63+237=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FED is #49C012. Grayscale: #757575. Windows color (decimal): -4833299 or 15548342. OLE color: 15548342.

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

Color convert

RGB18263237-
CMYK0.230.7300.07
HSL281.03º82.86%58.82%-
HSV(B)281.03º73.42%92.94%-
XYZ36.3519.6181.99-
YUV118.42194.92173.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 63 (25% from 255) = 13.07%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=37.76%
G=13.07%
B=49.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182632370.230.7300.07281.0382.8658.82
HexB63FED174907119533b
Octal26677355271110743112373
Binary101101101111111110110110111100100101111000110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FED; }

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

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

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

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

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

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

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

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