#B141CB

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

Shades of Medium Orchid #B141CB

Tints of Medium Orchid #B141CB

Color information

#B141CB (or 0xB141CB) is unknown color: approx Medium Orchid. HEX triplet: B1, 41 and CB. RGB value is (177,65,203). Sum of RGB (Red+Green+Blue) = 177+65+203=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B141CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141CB is #4EBE34. Grayscale: #717171. Windows color (decimal): -5160501 or 13320625. OLE color: 13320625.

HSL color Cylindrical-coordinate representation of color #B141CB: hue angle of 288.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B141CB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17765203-
CMYK0.130.6800.20
HSL288.7º57.02%52.55%-
HSV(B)288.7º67.98%79.61%-
XYZ30.817.4458.24-
YUV114.22178.11172.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=39.78%
G=14.61%
B=45.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177652030.130.6800.20288.757.0252.55
HexB141CBD440141213935
Octal261101313151040244417165
Binary1011000110000011100101111011000100010100100100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141CB; }

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

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

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

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

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

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

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

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