#b63bdf

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

Shades of Medium Orchid #B63BDF

Tints of Medium Orchid #B63BDF

Color information

#B63BDF (or 0xB63BDF) is unknown color: approx Medium Orchid. HEX triplet: B6, 3B and DF. RGB value is (182,59,223). Sum of RGB (Red+Green+Blue) = 182+59+223=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B63BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BDF is #49C420. Grayscale: #717171. Windows color (decimal): -4834337 or 14629814. OLE color: 14629814.

HSL color Cylindrical-coordinate representation of color #B63BDF: hue angle of 285º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63BDF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18259223-
CMYK0.180.7400.13
HSL285º71.93%55.29%-
HSV(B)285º73.54%87.45%-
XYZ34.1718.471.56-
YUV114.47189.25176.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 59 (23.44% from 255) = 12.72%
BLUE value IS 223 (87.5% from 255) = 48.06%
R=39.22%
G=12.72%
B=48.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182592230.180.7400.1328571.9355.29
HexB63BDF124A0D11d4837
Octal266733372211201543511067
Binary1011011011101111011111100101001010011011000111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63bdf; }

 p { color: rgb(182,59,223); }

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

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

 a { background-color: rgb(182,59,223); }

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

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

 span { border-color: rgb(182,59,223); }

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