#B375FB

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

Shades of Medium Purple #B375FB

Tints of Medium Purple #B375FB

Color information

#B375FB (or 0xB375FB) is unknown color: approx Medium Purple. HEX triplet: B3, 75 and FB. RGB value is (179,117,251). Sum of RGB (Red+Green+Blue) = 179+117+251=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B375FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375FB is #4C8A04. Grayscale: #969696. Windows color (decimal): -5016069 or 16479667. OLE color: 16479667.

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

Color convert

RGB179117251-
CMYK0.290.5300.02
HSL267.76º94.37%72.16%-
HSV(B)267.76º53.39%98.43%-
XYZ42.3629.2794.68-
YUV150.81184.54148.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=32.72%
G=21.39%
B=45.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791172510.290.5300.02267.7694.3772.16
HexB375FB1D350210c5e48
Octal263165373356502414136110
Binary101100111110101111110111110111010101010000110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375FB; }

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

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

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

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

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

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

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

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