#B26DC0

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

Shades of Medium Orchid #B26DC0

Tints of Medium Orchid #B26DC0

Color information

#B26DC0 (or 0xB26DC0) is unknown color: approx Medium Orchid. HEX triplet: B2, 6D and C0. RGB value is (178,109,192). Sum of RGB (Red+Green+Blue) = 178+109+192=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #B26DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DC0 is #4D923F. Grayscale: #8A8A8A. Windows color (decimal): -5083712 or 12610994. OLE color: 12610994.

HSL color Cylindrical-coordinate representation of color #B26DC0: hue angle of 289.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26DC0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178109192-
CMYK0.070.4300.25
HSL289.88º39.71%59.02%-
HSV(B)289.88º43.23%75.29%-
XYZ33.3424.2152.78-
YUV139.09157.86155.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=37.16%
G=22.76%
B=40.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781091920.070.4300.25289.8839.7159.02
HexB26DC072B019122283b
Octal2621553007530314425073
Binary10110010110110111000000111101011011001100100010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DC0; }

 p { color: rgb(178,109,192); }

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

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

 a { background-color: rgb(178,109,192); }

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

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

 span { border-color: rgb(178,109,192); }

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