#B474FF

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

Shades of Medium Purple #B474FF

Tints of Medium Purple #B474FF

Color information

#B474FF (or 0xB474FF) is unknown color: approx Medium Purple. HEX triplet: B4, 74 and FF. RGB value is (180,116,255). Sum of RGB (Red+Green+Blue) = 180+116+255=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B474FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474FF is #4B8B00. Grayscale: #969696. Windows color (decimal): -4950785 or 16741556. OLE color: 16741556.

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

Color convert

RGB180116255-
CMYK0.290.5500
HSL267.63º100%72.75%-
HSV(B)267.63º54.51%100%-
XYZ43.1229.4198.01-
YUV150.98186.7148.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 255 (100% from 255) = 46.28%
R=32.67%
G=21.05%
B=46.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801162550.290.5500267.6310072.75
HexB474FF1D370010c6449
Octal264164377356700414144111
Binary10110100111010011111111111011101110010000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474FF; }

 p { color: rgb(180,116,255); }

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

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

 a { background-color: rgb(180,116,255); }

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

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

 span { border-color: rgb(180,116,255); }

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