#B361FB

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

Shades of Medium Orchid #B361FB

Tints of Medium Orchid #B361FB

Color information

#B361FB (or 0xB361FB) is unknown color: approx Medium Orchid. HEX triplet: B3, 61 and FB. RGB value is (179,97,251). Sum of RGB (Red+Green+Blue) = 179+97+251=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B361FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B361FB is #4C9E04. Grayscale: #8A8A8A. Windows color (decimal): -5021189 or 16474547. OLE color: 16474547.

HSL color Cylindrical-coordinate representation of color #B361FB: hue angle of 271.95º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B361FB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17997251-
CMYK0.290.6100.02
HSL271.95º95.06%68.24%-
HSV(B)271.95º61.35%98.43%-
XYZ40.2825.193.99-
YUV139.07191.17156.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 97 (38.28% from 255) = 18.41%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=33.97%
G=18.41%
B=47.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179972510.290.6100.02271.9595.0668.24
HexB361FB1D3D021105f44
Octal263141373357502420137104
Binary101100111100001111110111110111110101010001000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361FB; }

 p { color: rgb(179,97,251); }

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

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

 a { background-color: rgb(179,97,251); }

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

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

 span { border-color: rgb(179,97,251); }

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