#B169ED

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

Shades of Medium Purple #B169ED

Tints of Medium Purple #B169ED

Color information

#B169ED (or 0xB169ED) is unknown color: approx Medium Purple. HEX triplet: B1, 69 and ED. RGB value is (177,105,237). Sum of RGB (Red+Green+Blue) = 177+105+237=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #B169ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B169ED is #4E9612. Grayscale: #8D8D8D. Windows color (decimal): -5150227 or 15559089. OLE color: 15559089.

HSL color Cylindrical-coordinate representation of color #B169ED: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B169ED is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177105237-
CMYK0.250.5600.07
HSL272.73º78.57%67.06%-
HSV(B)272.73º55.7%92.94%-
XYZ38.4725.5683.03-
YUV141.58181.85153.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=34.10%
G=20.23%
B=45.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771052370.250.5600.07272.7378.5767.06
HexB169ED1938071114f43
Octal261151355317007421117103
Binary1011000111010011110110111001111000011110001000110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169ED; }

 p { color: rgb(177,105,237); }

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

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

 a { background-color: rgb(177,105,237); }

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

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

 span { border-color: rgb(177,105,237); }

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