#B26DD2

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

Shades of Medium Orchid #B26DD2

Tints of Medium Orchid #B26DD2

Color information

#B26DD2 (or 0xB26DD2) is unknown color: approx Medium Orchid. HEX triplet: B2, 6D and D2. RGB value is (178,109,210). Sum of RGB (Red+Green+Blue) = 178+109+210=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #B26DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DD2 is #4D922D. Grayscale: #8C8C8C. Windows color (decimal): -5083694 or 13790642. OLE color: 13790642.

HSL color Cylindrical-coordinate representation of color #B26DD2: hue angle of 280.99º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26DD2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178109210-
CMYK0.150.4800.18
HSL280.99º52.88%62.55%-
HSV(B)280.99º48.1%82.35%-
XYZ35.4625.0663.94-
YUV141.15166.86154.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=35.81%
G=21.93%
B=42.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781092100.150.4800.18280.9952.8862.55
HexB26DD2F30012119353f
Octal26215532217600224316577
Binary101100101101101110100101111110000010010100011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DD2; }

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

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

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

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

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

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

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

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