#B26CDF

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

Shades of Medium Orchid #B26CDF

Tints of Medium Orchid #B26CDF

Color information

#B26CDF (or 0xB26CDF) is unknown color: approx Medium Orchid. HEX triplet: B2, 6C and DF. RGB value is (178,108,223). Sum of RGB (Red+Green+Blue) = 178+108+223=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #B26CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CDF is #4D9320. Grayscale: #8D8D8D. Windows color (decimal): -5083937 or 14642354. OLE color: 14642354.

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

Color convert

RGB178108223-
CMYK0.200.5200.13
HSL276.52º64.25%64.9%-
HSV(B)276.52º51.57%87.45%-
XYZ37.0425.5272.79-
YUV142.04173.69153.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=34.97%
G=21.22%
B=43.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781082230.200.5200.13276.5264.2564.9
HexB26CDF14340D1154041
Octal2621543372464015425100101
Binary10110010110110011011111101001101000110110001010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CDF; }

 p { color: rgb(178,108,223); }

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

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

 a { background-color: rgb(178,108,223); }

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

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

 span { border-color: rgb(178,108,223); }

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