#B15DDA

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

Shades of Medium Orchid #B15DDA

Tints of Medium Orchid #B15DDA

Color information

#B15DDA (or 0xB15DDA) is unknown color: approx Medium Orchid. HEX triplet: B1, 5D and DA. RGB value is (177,93,218). Sum of RGB (Red+Green+Blue) = 177+93+218=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B15DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DDA is #4EA225. Grayscale: #838383. Windows color (decimal): -5153318 or 14310833. OLE color: 14310833.

HSL color Cylindrical-coordinate representation of color #B15DDA: hue angle of 280.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15DDA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17793218-
CMYK0.190.5700.15
HSL280.32º62.81%60.98%-
HSV(B)280.32º57.34%85.49%-
XYZ34.722.2468.79-
YUV132.37176.33159.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=36.27%
G=19.06%
B=44.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177932180.190.5700.15280.3262.8160.98
HexB15DDA13390F1183f3d
Octal26113533223710174307775
Binary101100011011101110110101001111100101111100011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DDA; }

 p { color: rgb(177,93,218); }

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

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

 a { background-color: rgb(177,93,218); }

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

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

 span { border-color: rgb(177,93,218); }

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