#B061FA

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

Shades of Medium Purple #B061FA

Tints of Medium Purple #B061FA

Color information

#B061FA (or 0xB061FA) is unknown color: approx Medium Purple. HEX triplet: B0, 61 and FA. RGB value is (176,97,250). Sum of RGB (Red+Green+Blue) = 176+97+250=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #B061FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B061FA is #4F9E05. Grayscale: #898989. Windows color (decimal): -5217798 or 16409008. OLE color: 16409008.

HSL color Cylindrical-coordinate representation of color #B061FA: hue angle of 270.98º degrees, saturation: 0.94, 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 #B061FA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17697250-
CMYK0.300.6100.02
HSL270.98º93.87%68.04%-
HSV(B)270.98º61.2%98.04%-
XYZ39.4324.6893.13-
YUV138.06191.17155.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=33.65%
G=18.55%
B=47.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176972500.300.6100.02270.9893.8768.04
HexB061FA1E3D0210f5e44
Octal260141372367502417136104
Binary101100001100001111110101111011110101010000111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061FA; }

 p { color: rgb(176,97,250); }

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

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

 a { background-color: rgb(176,97,250); }

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

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

 span { border-color: rgb(176,97,250); }

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