#B63FCC

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

Shades of Medium Orchid #B63FCC

Tints of Medium Orchid #B63FCC

Color information

#B63FCC (or 0xB63FCC) is unknown color: approx Medium Orchid. HEX triplet: B6, 3F and CC. RGB value is (182,63,204). Sum of RGB (Red+Green+Blue) = 182+63+204=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B63FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FCC is #49C033. Grayscale: #727272. Windows color (decimal): -4833332 or 13385654. OLE color: 13385654.

HSL color Cylindrical-coordinate representation of color #B63FCC: hue angle of 290.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63FCC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18263204-
CMYK0.110.6900.2
HSL290.64º58.02%52.35%-
HSV(B)290.64º69.12%80%-
XYZ31.9717.8658.89-
YUV114.66178.42176.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=40.53%
G=14.03%
B=45.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182632040.110.6900.2290.6458.0252.35
HexB63FCCB450141233a34
Octal26677314131050244437264
Binary101101101111111100110010111000101010100100100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FCC; }

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

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

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

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

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

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

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

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