#B475EA

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

Shades of Medium Purple #B475EA

Tints of Medium Purple #B475EA

Color information

#B475EA (or 0xB475EA) is unknown color: approx Medium Purple. HEX triplet: B4, 75 and EA. RGB value is (180,117,234). Sum of RGB (Red+Green+Blue) = 180+117+234=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #B475EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B475EA is #4B8A15. Grayscale: #949494. Windows color (decimal): -4950550 or 15365556. OLE color: 15365556.

HSL color Cylindrical-coordinate representation of color #B475EA: hue angle of 272.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B475EA is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180117234-
CMYK0.230.500.08
HSL272.31º73.58%68.82%-
HSV(B)272.31º50%91.76%-
XYZ40.0328.3781.21-
YUV149.18175.87149.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=33.90%
G=22.03%
B=44.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801172340.230.500.08272.3173.5868.82
HexB475EA1732081104a45
Octal2641653522762010420112105
Binary10110100111010111101010101111100100100010001000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475EA; }

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

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

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

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

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

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

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

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