#B363FA

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

Shades of Medium Orchid #B363FA

Tints of Medium Orchid #B363FA

Color information

#B363FA (or 0xB363FA) is unknown color: approx Medium Orchid. HEX triplet: B3, 63 and FA. RGB value is (179,99,250). Sum of RGB (Red+Green+Blue) = 179+99+250=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #B363FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363FA is #4C9C05. Grayscale: #8B8B8B. Windows color (decimal): -5020678 or 16409523. OLE color: 16409523.

HSL color Cylindrical-coordinate representation of color #B363FA: hue angle of 271.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B363FA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17999250-
CMYK0.280.6000.02
HSL271.79º93.79%68.43%-
HSV(B)271.79º60.4%98.04%-
XYZ40.3125.4193.22-
YUV140.13190155.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 99 (39.06% from 255) = 18.75%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=33.90%
G=18.75%
B=47.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179992500.280.6000.02271.7993.7968.43
HexB363FA1C3C021105e44
Octal263143372347402420136104
Binary101100111100011111110101110011110001010001000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363FA; }

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

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

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

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

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

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

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

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