#B360F5

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

Shades of Medium Orchid #B360F5

Tints of Medium Orchid #B360F5

Color information

#B360F5 (or 0xB360F5) is unknown color: approx Medium Orchid. HEX triplet: B3, 60 and F5. RGB value is (179,96,245). Sum of RGB (Red+Green+Blue) = 179+96+245=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #B360F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360F5 is #4C9F0A. Grayscale: #898989. Windows color (decimal): -5021451 or 16081075. OLE color: 16081075.

HSL color Cylindrical-coordinate representation of color #B360F5: hue angle of 273.42º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B360F5 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17996245-
CMYK0.270.6100.04
HSL273.42º88.17%66.86%-
HSV(B)273.42º60.82%96.08%-
XYZ39.2524.5489.05-
YUV137.8188.5157.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 96 (37.89% from 255) = 18.46%
BLUE value IS 245 (96.09% from 255) = 47.12%
R=34.42%
G=18.46%
B=47.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal179962450.270.6100.04273.4288.1766.86
HexB360F51B3D041115843
Octal263140365337504421130103
Binary1011001111000001111010111011111101010010001000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B360F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B360F5; }

 p { color: rgb(179,96,245); }

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

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

 a { background-color: rgb(179,96,245); }

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

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

 span { border-color: rgb(179,96,245); }

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