#B13CC6

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

Shades of Medium Orchid #B13CC6

Tints of Medium Orchid #B13CC6

Color information

#B13CC6 (or 0xB13CC6) is unknown color: approx Medium Orchid. HEX triplet: B1, 3C and C6. RGB value is (177,60,198). Sum of RGB (Red+Green+Blue) = 177+60+198=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #B13CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CC6 is #4EC339. Grayscale: #6E6E6E. Windows color (decimal): -5161786 or 12991665. OLE color: 12991665.

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

Color convert

RGB17760198-
CMYK0.110.7000.22
HSL290.87º54.76%50.59%-
HSV(B)290.87º69.7%77.65%-
XYZ29.9416.6655.06-
YUV110.72177.26175.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=40.69%
G=13.79%
B=45.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177601980.110.7000.22290.8754.7650.59
HexB13CC6B460161233733
Octal26174306131060264436763
Binary101100011111001100011010111000110010110100100011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CC6; }

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

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

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

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

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

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

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

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