#B475F9

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

Shades of Medium Purple #B475F9

Tints of Medium Purple #B475F9

Color information

#B475F9 (or 0xB475F9) is unknown color: approx Medium Purple. HEX triplet: B4, 75 and F9. RGB value is (180,117,249). Sum of RGB (Red+Green+Blue) = 180+117+249=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #B475F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B475F9 is #4B8A06. Grayscale: #969696. Windows color (decimal): -4950535 or 16348596. OLE color: 16348596.

HSL color Cylindrical-coordinate representation of color #B475F9: hue angle of 268.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B475F9 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180117249-
CMYK0.280.5300.02
HSL268.64º91.67%71.76%-
HSV(B)268.64º53.01%97.65%-
XYZ42.2829.2793.04-
YUV150.88183.37148.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 117 (46.09% from 255) = 21.43%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=32.97%
G=21.43%
B=45.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801172490.280.5300.02268.6491.6771.76
HexB475F91C350210d5c48
Octal264165371346502415134110
Binary101101001110101111110011110011010101010000110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475F9; }

 p { color: rgb(180,117,249); }

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

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

 a { background-color: rgb(180,117,249); }

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

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

 span { border-color: rgb(180,117,249); }

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