#B26FD8

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

Shades of Medium Orchid #B26FD8

Tints of Medium Orchid #B26FD8

Color information

#B26FD8 (or 0xB26FD8) is unknown color: approx Medium Orchid. HEX triplet: B2, 6F and D8. RGB value is (178,111,216). Sum of RGB (Red+Green+Blue) = 178+111+216=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #B26FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FD8 is #4D9027. Grayscale: #8E8E8E. Windows color (decimal): -5083176 or 14184370. OLE color: 14184370.

HSL color Cylindrical-coordinate representation of color #B26FD8: hue angle of 278.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26FD8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178111216-
CMYK0.180.4900.15
HSL278.29º57.38%64.12%-
HSV(B)278.29º48.61%84.71%-
XYZ36.4425.7968.02-
YUV143169.2152.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=35.25%
G=21.98%
B=42.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781112160.180.4900.15278.2957.3864.12
HexB26FD812310F1163940
Octal262157330226101742671100
Binary1011001011011111101100010010110001011111000101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FD8; }

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

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

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

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

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

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

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

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