#B26FCB

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

Shades of Medium Orchid #B26FCB

Tints of Medium Orchid #B26FCB

Color information

#B26FCB (or 0xB26FCB) is unknown color: approx Medium Orchid. HEX triplet: B2, 6F and CB. RGB value is (178,111,203). Sum of RGB (Red+Green+Blue) = 178+111+203=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FCB is #4D9034. Grayscale: #8D8D8D. Windows color (decimal): -5083189 or 13332402. OLE color: 13332402.

HSL color Cylindrical-coordinate representation of color #B26FCB: hue angle of 283.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26FCB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178111203-
CMYK0.120.4500.20
HSL283.7º46.94%61.57%-
HSV(B)283.7º45.32%79.61%-
XYZ34.8225.1559.52-
YUV141.52162.7154.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=36.18%
G=22.56%
B=41.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781112030.120.4500.20283.746.9461.57
HexB26FCBC2D01411c2f3e
Octal26215731314550244345776
Binary101100101101111110010111100101101010100100011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FCB; }

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

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

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

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

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

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

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

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