#b26fc2

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

Shades of Medium Orchid #B26FC2

Tints of Medium Orchid #B26FC2

Color information

#B26FC2 (or 0xB26FC2) is unknown color: approx Medium Orchid. HEX triplet: B2, 6F and C2. RGB value is (178,111,194). Sum of RGB (Red+Green+Blue) = 178+111+194=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #B26FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FC2 is #4D903D. Grayscale: #8C8C8C. Windows color (decimal): -5083198 or 12742578. OLE color: 12742578.

HSL color Cylindrical-coordinate representation of color #B26FC2: hue angle of 288.43º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26FC2 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178111194-
CMYK0.080.4300.24
HSL288.43º40.49%59.8%-
HSV(B)288.43º42.78%76.08%-
XYZ33.7824.7354.03-
YUV140.5158.2154.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=36.85%
G=22.98%
B=40.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781111940.080.4300.24288.4340.4959.8
HexB26FC282B018120283c
Octal26215730210530304405074
Binary101100101101111110000101000101011011000100100000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26fc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26fc2; }

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

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

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

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

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

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

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

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