#B13DC6

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

Shades of Medium Orchid #B13DC6

Tints of Medium Orchid #B13DC6

Color information

#B13DC6 (or 0xB13DC6) is unknown color: approx Medium Orchid. HEX triplet: B1, 3D and C6. RGB value is (177,61,198). Sum of RGB (Red+Green+Blue) = 177+61+198=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #B13DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13DC6 is #4EC239. Grayscale: #6E6E6E. Windows color (decimal): -5161530 or 12991921. OLE color: 12991921.

HSL color Cylindrical-coordinate representation of color #B13DC6: hue angle of 290.8º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13DC6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17761198-
CMYK0.110.6900.22
HSL290.8º54.58%50.78%-
HSV(B)290.8º69.19%77.65%-
XYZ29.9916.7655.08-
YUV111.3176.93174.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=40.60%
G=13.99%
B=45.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177611980.110.6900.22290.854.5850.78
HexB13DC6B450161233733
Octal26175306131050264436763
Binary101100011111011100011010111000101010110100100011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13DC6; }

 p { color: rgb(177,61,198); }

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

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

 a { background-color: rgb(177,61,198); }

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

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

 span { border-color: rgb(177,61,198); }

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