#B269C6

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

Shades of Medium Orchid #B269C6

Tints of Medium Orchid #B269C6

Color information

#B269C6 (or 0xB269C6) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and C6. RGB value is (178,105,198). Sum of RGB (Red+Green+Blue) = 178+105+198=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #B269C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269C6 is #4D9639. Grayscale: #898989. Windows color (decimal): -5084730 or 13003186. OLE color: 13003186.

HSL color Cylindrical-coordinate representation of color #B269C6: hue angle of 287.1º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B269C6 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178105198-
CMYK0.100.4700.22
HSL287.1º44.93%59.41%-
HSV(B)287.1º46.97%77.65%-
XYZ33.623.6556.22-
YUV137.43162.18156.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 198 (77.73% from 255) = 41.16%
R=37.01%
G=21.83%
B=41.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781051980.100.4700.22287.144.9359.41
HexB269C6A2F01611f2d3b
Octal26215130612570264375573
Binary101100101101001110001101010101111010110100011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269C6; }

 p { color: rgb(178,105,198); }

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

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

 a { background-color: rgb(178,105,198); }

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

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

 span { border-color: rgb(178,105,198); }

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