#B47BED

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

Shades of Medium Purple #B47BED

Tints of Medium Purple #B47BED

Color information

#B47BED (or 0xB47BED) is unknown color: approx Medium Purple. HEX triplet: B4, 7B and ED. RGB value is (180,123,237). Sum of RGB (Red+Green+Blue) = 180+123+237=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B47BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BED is #4B8412. Grayscale: #989898. Windows color (decimal): -4949011 or 15563700. OLE color: 15563700.

HSL color Cylindrical-coordinate representation of color #B47BED: hue angle of 270º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47BED is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180123237-
CMYK0.240.4800.07
HSL270º76%70.59%-
HSV(B)270º48.1%92.94%-
XYZ41.1929.9883.74-
YUV153.04175.38147.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=33.33%
G=22.78%
B=43.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801232370.240.4800.072707670.59
HexB47BED18300710e4c47
Octal264173355306007416114107
Binary1011010011110111110110111000110000011110000111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BED; }

 p { color: rgb(180,123,237); }

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

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

 a { background-color: rgb(180,123,237); }

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

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

 span { border-color: rgb(180,123,237); }

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