#b142c6

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

Shades of Medium Orchid #B142C6

Tints of Medium Orchid #B142C6

Color information

#B142C6 (or 0xB142C6) is unknown color: approx Medium Orchid. HEX triplet: B1, 42 and C6. RGB value is (177,66,198). Sum of RGB (Red+Green+Blue) = 177+66+198=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #B142C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142C6 is #4EBD39. Grayscale: #717171. Windows color (decimal): -5160250 or 12993201. OLE color: 12993201.

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

Color convert

RGB17766198-
CMYK0.110.6700.22
HSL290.45º53.66%51.76%-
HSV(B)290.45º66.67%77.65%-
XYZ30.2717.3255.17-
YUV114.24175.27172.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=40.14%
G=14.97%
B=44.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177661980.110.6700.22290.4553.6651.76
HexB142C6B430161223634
Octal261102306131030264426664
Binary1011000110000101100011010111000011010110100100010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b142c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b142c6; }

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

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

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

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

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

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

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

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