#B075FE

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

Shades of Medium Purple #B075FE

Tints of Medium Purple #B075FE

Color information

#B075FE (or 0xB075FE) is unknown color: approx Medium Purple. HEX triplet: B0, 75 and FE. RGB value is (176,117,254). Sum of RGB (Red+Green+Blue) = 176+117+254=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B075FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075FE is #4F8A01. Grayscale: #959595. Windows color (decimal): -5212674 or 16676272. OLE color: 16676272.

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

Color convert

RGB176117254-
CMYK0.310.5400.00
HSL265.84º98.56%72.75%-
HSV(B)265.84º53.94%99.61%-
XYZ42.1629.1197.16-
YUV150.26186.55146.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=32.18%
G=21.39%
B=46.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761172540.310.5400.00265.8498.5672.75
HexB075FE1F360010a6349
Octal260165376376600412143111
Binary10110000111010111111110111111101100010000101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075FE; }

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

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

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

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

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

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

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

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