#B26DDD

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

Shades of Medium Orchid #B26DDD

Tints of Medium Orchid #B26DDD

Color information

#B26DDD (or 0xB26DDD) is unknown color: approx Medium Orchid. HEX triplet: B2, 6D and DD. RGB value is (178,109,221). Sum of RGB (Red+Green+Blue) = 178+109+221=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B26DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DDD is #4D9222. Grayscale: #8E8E8E. Windows color (decimal): -5083683 or 14511538. OLE color: 14511538.

HSL color Cylindrical-coordinate representation of color #B26DDD: hue angle of 276.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26DDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178109221-
CMYK0.190.5100.13
HSL276.96º62.22%64.71%-
HSV(B)276.96º50.68%86.67%-
XYZ36.8825.6271.41-
YUV142.4172.36153.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=35.04%
G=21.46%
B=43.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781092210.190.5100.13276.9662.2264.71
HexB26DDD13330D1153e41
Octal262155335236301542576101
Binary1011001011011011101110110011110011011011000101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DDD; }

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

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

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

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

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

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

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

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