#B13EE6

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

Shades of Medium Orchid #B13EE6

Tints of Medium Orchid #B13EE6

Color information

#B13EE6 (or 0xB13EE6) is unknown color: approx Medium Orchid. HEX triplet: B1, 3E and E6. RGB value is (177,62,230). Sum of RGB (Red+Green+Blue) = 177+62+230=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #B13EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13EE6 is #4EC119. Grayscale: #727272. Windows color (decimal): -5161242 or 15089329. OLE color: 15089329.

HSL color Cylindrical-coordinate representation of color #B13EE6: hue angle of 281.07º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13EE6 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17762230-
CMYK0.230.7300.10
HSL281.07º77.06%57.25%-
HSV(B)281.07º73.04%90.2%-
XYZ34.1418.5176.64-
YUV115.54192.6171.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 62 (24.61% from 255) = 13.22%
BLUE value IS 230 (90.23% from 255) = 49.04%
R=37.74%
G=13.22%
B=49.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal177622300.230.7300.10281.0777.0657.25
HexB13EE617490A1194d39
Octal261763462711101243111571
Binary1011000111111011100110101111001001010101000110011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EE6; }

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

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

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

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

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

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

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

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