#B13EE9

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

Shades of Medium Orchid #B13EE9

Tints of Medium Orchid #B13EE9

Color information

#B13EE9 (or 0xB13EE9) is unknown color: approx Medium Orchid. HEX triplet: B1, 3E and E9. RGB value is (177,62,233). Sum of RGB (Red+Green+Blue) = 177+62+233=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #B13EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13EE9 is #4EC116. Grayscale: #737373. Windows color (decimal): -5161239 or 15285937. OLE color: 15285937.

HSL color Cylindrical-coordinate representation of color #B13EE9: hue angle of 280.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13EE9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17762233-
CMYK0.240.7300.09
HSL280.35º79.53%57.84%-
HSV(B)280.35º73.39%91.37%-
XYZ34.5618.6878.87-
YUV115.88194.1171.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 62 (24.61% from 255) = 13.14%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=37.5%
G=13.14%
B=49.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177622330.240.7300.09280.3579.5357.84
HexB13EE9184909118503a
Octal261763513011101143012072
Binary1011000111111011101001110001001001010011000110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EE9; }

 p { color: rgb(177,62,233); }

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

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

 a { background-color: rgb(177,62,233); }

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

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

 span { border-color: rgb(177,62,233); }

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