#B63CF5

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

Shades of Medium Orchid #B63CF5

Tints of Medium Orchid #B63CF5

Color information

#B63CF5 (or 0xB63CF5) is unknown color: approx Medium Orchid. HEX triplet: B6, 3C and F5. RGB value is (182,60,245). Sum of RGB (Red+Green+Blue) = 182+60+245=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #B63CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CF5 is #49C30A. Grayscale: #747474. Windows color (decimal): -4834059 or 16071862. OLE color: 16071862.

HSL color Cylindrical-coordinate representation of color #B63CF5: hue angle of 279.57º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63CF5 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18260245-
CMYK0.260.7600.04
HSL279.57º90.24%59.8%-
HSV(B)279.57º75.51%96.08%-
XYZ37.3919.7788.23-
YUV117.57199.92173.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 60 (23.83% from 255) = 12.32%
BLUE value IS 245 (96.09% from 255) = 50.31%
R=37.37%
G=12.32%
B=50.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182602450.260.7600.04279.5790.2459.8
HexB63CF51A4C041185a3c
Octal26674365321140443013274
Binary101101101111001111010111010100110001001000110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CF5; }

 p { color: rgb(182,60,245); }

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

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

 a { background-color: rgb(182,60,245); }

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

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

 span { border-color: rgb(182,60,245); }

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