#B274FB

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

Shades of Medium Purple #B274FB

Tints of Medium Purple #B274FB

Color information

#B274FB (or 0xB274FB) is unknown color: approx Medium Purple. HEX triplet: B2, 74 and FB. RGB value is (178,116,251). Sum of RGB (Red+Green+Blue) = 178+116+251=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #B274FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B274FB is #4D8B04. Grayscale: #959595. Windows color (decimal): -5081861 or 16479410. OLE color: 16479410.

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

Color convert

RGB178116251-
CMYK0.290.5400.02
HSL267.56º94.41%71.96%-
HSV(B)267.56º53.78%98.43%-
XYZ42.0228.9294.63-
YUV149.93185.04148.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=32.66%
G=21.28%
B=46.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781162510.290.5400.02267.5694.4171.96
HexB274FB1D360210c5e48
Octal262164373356602414136110
Binary101100101110100111110111110111011001010000110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274FB; }

 p { color: rgb(178,116,251); }

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

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

 a { background-color: rgb(178,116,251); }

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

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

 span { border-color: rgb(178,116,251); }

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