#B26FCA

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

Shades of Medium Orchid #B26FCA

Tints of Medium Orchid #B26FCA

Color information

#B26FCA (or 0xB26FCA) is unknown color: approx Medium Orchid. HEX triplet: B2, 6F and CA. RGB value is (178,111,202). Sum of RGB (Red+Green+Blue) = 178+111+202=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #B26FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FCA is #4D9035. Grayscale: #8D8D8D. Windows color (decimal): -5083190 or 13266866. OLE color: 13266866.

HSL color Cylindrical-coordinate representation of color #B26FCA: hue angle of 284.18º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26FCA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178111202-
CMYK0.120.4500.21
HSL284.18º46.19%61.37%-
HSV(B)284.18º45.05%79.22%-
XYZ34.7125.158.89-
YUV141.41162.2154.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=36.25%
G=22.61%
B=41.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781112020.120.4500.21284.1846.1961.37
HexB26FCAC2D01511c2e3d
Octal26215731214550254345675
Binary101100101101111110010101100101101010101100011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FCA; }

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

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

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

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

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

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

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

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