#B271CB

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

Shades of Medium Orchid #B271CB

Tints of Medium Orchid #B271CB

Color information

#B271CB (or 0xB271CB) is unknown color: approx Medium Orchid. HEX triplet: B2, 71 and CB. RGB value is (178,113,203). Sum of RGB (Red+Green+Blue) = 178+113+203=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B271CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271CB is #4D8E34. Grayscale: #8E8E8E. Windows color (decimal): -5082677 or 13332914. OLE color: 13332914.

HSL color Cylindrical-coordinate representation of color #B271CB: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B271CB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178113203-
CMYK0.120.4400.20
HSL283.33º46.39%61.96%-
HSV(B)283.33º44.33%79.61%-
XYZ35.0425.5959.59-
YUV142.7162.03153.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=36.03%
G=22.87%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781132030.120.4400.20283.3346.3961.96
HexB271CBC2C01411b2e3e
Octal26216131314540244335676
Binary101100101110001110010111100101100010100100011011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271CB; }

 p { color: rgb(178,113,203); }

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

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

 a { background-color: rgb(178,113,203); }

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

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

 span { border-color: rgb(178,113,203); }

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