#B271D0

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

Shades of Medium Orchid #B271D0

Tints of Medium Orchid #B271D0

Color information

#B271D0 (or 0xB271D0) is unknown color: approx Medium Orchid. HEX triplet: B2, 71 and D0. RGB value is (178,113,208). Sum of RGB (Red+Green+Blue) = 178+113+208=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #B271D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271D0 is #4D8E2F. Grayscale: #8E8E8E. Windows color (decimal): -5082672 or 13660594. OLE color: 13660594.

HSL color Cylindrical-coordinate representation of color #B271D0: hue angle of 281.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B271D0 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178113208-
CMYK0.140.4600.18
HSL281.05º50.26%62.94%-
HSV(B)281.05º45.67%81.57%-
XYZ35.6525.8362.78-
YUV143.26164.53152.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 113 (44.53% from 255) = 22.65%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=35.67%
G=22.65%
B=41.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781132080.140.4600.18281.0550.2662.94
HexB271D0E2E012119323f
Octal26216132016560224316277
Binary101100101110001110100001110101110010010100011001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271D0; }

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

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

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

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

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

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

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

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