#B061FE

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

Shades of Medium Purple #B061FE

Tints of Medium Purple #B061FE

Color information

#B061FE (or 0xB061FE) is unknown color: approx Medium Purple. HEX triplet: B0, 61 and FE. RGB value is (176,97,254). Sum of RGB (Red+Green+Blue) = 176+97+254=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #B061FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B061FE is #4F9E01. Grayscale: #898989. Windows color (decimal): -5217794 or 16671152. OLE color: 16671152.

HSL color Cylindrical-coordinate representation of color #B061FE: hue angle of 270.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B061FE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17697254-
CMYK0.310.6200.00
HSL270.19º98.74%68.82%-
HSV(B)270.19º61.81%99.61%-
XYZ40.0724.9496.47-
YUV138.52193.17154.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 97 (38.28% from 255) = 18.41%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=33.40%
G=18.41%
B=48.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176972540.310.6200.00270.1998.7468.82
HexB061FE1F3E0010e6345
Octal260141376377600416143105
Binary10110000110000111111110111111111100010000111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061FE; }

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

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

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

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

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

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

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

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