#B15ED5

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

Shades of Medium Orchid #B15ED5

Tints of Medium Orchid #B15ED5

Color information

#B15ED5 (or 0xB15ED5) is unknown color: approx Medium Orchid. HEX triplet: B1, 5E and D5. RGB value is (177,94,213). Sum of RGB (Red+Green+Blue) = 177+94+213=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #B15ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ED5 is #4EA12A. Grayscale: #838383. Windows color (decimal): -5153067 or 13983409. OLE color: 13983409.

HSL color Cylindrical-coordinate representation of color #B15ED5: hue angle of 281.85º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15ED5 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17794213-
CMYK0.170.5600.16
HSL281.85º58.62%60.2%-
HSV(B)281.85º55.87%83.53%-
XYZ34.1422.1665.43-
YUV132.38173.5159.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=36.57%
G=19.42%
B=44.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177942130.170.5600.16281.8558.6260.2
HexB15ED5113801011a3b3c
Octal26113632521700204327374
Binary1011000110111101101010110001111000010000100011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15ED5; }

 p { color: rgb(177,94,213); }

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

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

 a { background-color: rgb(177,94,213); }

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

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

 span { border-color: rgb(177,94,213); }

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