#B13CC8

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

Shades of Medium Orchid #B13CC8

Tints of Medium Orchid #B13CC8

Color information

#B13CC8 (or 0xB13CC8) is unknown color: approx Medium Orchid. HEX triplet: B1, 3C and C8. RGB value is (177,60,200). Sum of RGB (Red+Green+Blue) = 177+60+200=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #B13CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CC8 is #4EC337. Grayscale: #6E6E6E. Windows color (decimal): -5161784 or 13122737. OLE color: 13122737.

HSL color Cylindrical-coordinate representation of color #B13CC8: hue angle of 290.14º degrees, saturation: 0.56, 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 #B13CC8 is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17760200-
CMYK0.120.700.22
HSL290.14º56%50.98%-
HSV(B)290.14º70%78.43%-
XYZ30.1716.7556.29-
YUV110.94178.26175.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=40.50%
G=13.73%
B=45.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177602000.120.700.22290.145650.98
HexB13CC8C460161223833
Octal26174310141060264427063
Binary101100011111001100100011001000110010110100100010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CC8; }

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

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

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

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

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

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

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

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