#B363FD

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

Shades of Medium Orchid #B363FD

Tints of Medium Orchid #B363FD

Color information

#B363FD (or 0xB363FD) is unknown color: approx Medium Orchid. HEX triplet: B3, 63 and FD. RGB value is (179,99,253). Sum of RGB (Red+Green+Blue) = 179+99+253=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #B363FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363FD is #4C9C02. Grayscale: #8B8B8B. Windows color (decimal): -5020675 or 16606131. OLE color: 16606131.

HSL color Cylindrical-coordinate representation of color #B363FD: hue angle of 271.17º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B363FD is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17999253-
CMYK0.290.6100.01
HSL271.17º97.47%69.02%-
HSV(B)271.17º60.87%99.22%-
XYZ40.7825.695.72-
YUV140.48191.5155.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 99 (39.06% from 255) = 18.64%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=33.71%
G=18.64%
B=47.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179992530.290.6100.01271.1797.4769.02
HexB363FD1D3D0110f6145
Octal263143375357501417141105
Binary10110011110001111111101111011111010110000111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363FD; }

 p { color: rgb(179,99,253); }

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

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

 a { background-color: rgb(179,99,253); }

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

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

 span { border-color: rgb(179,99,253); }

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