#B63FD4

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

Shades of Medium Orchid #B63FD4

Tints of Medium Orchid #B63FD4

Color information

#B63FD4 (or 0xB63FD4) is unknown color: approx Medium Orchid. HEX triplet: B6, 3F and D4. RGB value is (182,63,212). Sum of RGB (Red+Green+Blue) = 182+63+212=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #B63FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FD4 is #49C02B. Grayscale: #737373. Windows color (decimal): -4833324 or 13909942. OLE color: 13909942.

HSL color Cylindrical-coordinate representation of color #B63FD4: hue angle of 287.92º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63FD4 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18263212-
CMYK0.140.7000.17
HSL287.92º63.4%53.92%-
HSV(B)287.92º70.28%83.14%-
XYZ32.9518.2564.07-
YUV115.57182.42175.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 63 (25% from 255) = 13.79%
BLUE value IS 212 (83.20% from 255) = 46.39%
R=39.82%
G=13.79%
B=46.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182632120.140.7000.17287.9263.453.92
HexB63FD4E460111203f36
Octal26677324161060214407766
Binary101101101111111101010011101000110010001100100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FD4; }

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

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

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

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

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

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

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

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