#B051C1

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

Shades of Medium Orchid #B051C1

Tints of Medium Orchid #B051C1

Color information

#B051C1 (or 0xB051C1) is unknown color: approx Medium Orchid. HEX triplet: B0, 51 and C1. RGB value is (176,81,193). Sum of RGB (Red+Green+Blue) = 176+81+193=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B051C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051C1 is #4FAE3E. Grayscale: #797979. Windows color (decimal): -5221951 or 12669360. OLE color: 12669360.

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

Color convert

RGB17681193-
CMYK0.090.5800.24
HSL290.89º47.46%53.73%-
HSV(B)290.89º58.03%75.69%-
XYZ30.4718.9752.51-
YUV122.17167.97166.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 193 (75.78% from 255) = 42.89%
R=39.11%
G=18%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176811930.090.5800.24290.8947.4653.73
HexB051C193A0181232f36
Octal26012130111720304435766
Binary101100001010001110000011001111010011000100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051C1; }

 p { color: rgb(176,81,193); }

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

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

 a { background-color: rgb(176,81,193); }

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

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

 span { border-color: rgb(176,81,193); }

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