#B26FD6

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

Shades of Medium Orchid #B26FD6

Tints of Medium Orchid #B26FD6

Color information

#B26FD6 (or 0xB26FD6) is unknown color: approx Medium Orchid. HEX triplet: B2, 6F and D6. RGB value is (178,111,214). Sum of RGB (Red+Green+Blue) = 178+111+214=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #B26FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FD6 is #4D9029. Grayscale: #8E8E8E. Windows color (decimal): -5083178 or 14053298. OLE color: 14053298.

HSL color Cylindrical-coordinate representation of color #B26FD6: hue angle of 279.03º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26FD6 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178111214-
CMYK0.170.4800.16
HSL279.03º55.68%63.73%-
HSV(B)279.03º48.13%83.92%-
XYZ36.1825.6966.67-
YUV142.77168.2153.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=35.39%
G=22.07%
B=42.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781112140.170.4800.16279.0355.6863.73
HexB26FD611300101173840
Octal262157326216002042770100
Binary10110010110111111010110100011100000100001000101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FD6; }

 p { color: rgb(178,111,214); }

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

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

 a { background-color: rgb(178,111,214); }

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

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

 span { border-color: rgb(178,111,214); }

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