#B63EF2

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

Shades of Medium Orchid #B63EF2

Tints of Medium Orchid #B63EF2

Color information

#B63EF2 (or 0xB63EF2) is unknown color: approx Medium Orchid. HEX triplet: B6, 3E and F2. RGB value is (182,62,242). Sum of RGB (Red+Green+Blue) = 182+62+242=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #B63EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EF2 is #49C10D. Grayscale: #757575. Windows color (decimal): -4833550 or 15875766. OLE color: 15875766.

HSL color Cylindrical-coordinate representation of color #B63EF2: hue angle of 280º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63EF2 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18262242-
CMYK0.250.7400.05
HSL280º87.38%59.61%-
HSV(B)280º74.38%94.9%-
XYZ37.0419.885.87-
YUV118.4197.76173.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 62 (24.61% from 255) = 12.76%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=37.45%
G=12.76%
B=49.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182622420.250.7400.0528087.3859.61
HexB63EF2194A05118573c
Octal26676362311120543012774
Binary101101101111101111001011001100101001011000110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63EF2; }

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

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

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

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

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

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

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

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