#B63FD0

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

Shades of Medium Orchid #B63FD0

Tints of Medium Orchid #B63FD0

Color information

#B63FD0 (or 0xB63FD0) is unknown color: approx Medium Orchid. HEX triplet: B6, 3F and D0. RGB value is (182,63,208). Sum of RGB (Red+Green+Blue) = 182+63+208=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #B63FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FD0 is #49C02F. Grayscale: #727272. Windows color (decimal): -4833328 or 13647798. OLE color: 13647798.

HSL color Cylindrical-coordinate representation of color #B63FD0: hue angle of 289.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63FD0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18263208-
CMYK0.120.7000.18
HSL289.24º60.67%53.14%-
HSV(B)289.24º69.71%81.57%-
XYZ32.4518.0561.45-
YUV115.11180.42175.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 63 (25% from 255) = 13.91%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=40.18%
G=13.91%
B=45.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182632080.120.7000.18289.2460.6753.14
HexB63FD0C460121213d35
Octal26677320141060224417565
Binary101101101111111101000011001000110010010100100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FD0; }

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

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

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

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

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

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

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

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