#B141C9

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

Shades of Medium Orchid #B141C9

Tints of Medium Orchid #B141C9

Color information

#B141C9 (or 0xB141C9) is unknown color: approx Medium Orchid. HEX triplet: B1, 41 and C9. RGB value is (177,65,201). Sum of RGB (Red+Green+Blue) = 177+65+201=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B141C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141C9 is #4EBE36. Grayscale: #717171. Windows color (decimal): -5160503 or 13189553. OLE color: 13189553.

HSL color Cylindrical-coordinate representation of color #B141C9: hue angle of 289.41º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B141C9 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17765201-
CMYK0.120.6800.21
HSL289.41º55.74%52.16%-
HSV(B)289.41º67.66%78.82%-
XYZ30.5617.3457-
YUV113.99177.11172.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=39.95%
G=14.67%
B=45.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177652010.120.6800.21289.4155.7452.16
HexB141C9C440151213834
Octal261101311141040254417064
Binary1011000110000011100100111001000100010101100100001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141C9; }

 p { color: rgb(177,65,201); }

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

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

 a { background-color: rgb(177,65,201); }

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

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

 span { border-color: rgb(177,65,201); }

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