#B26CCA

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

Shades of Medium Orchid #B26CCA

Tints of Medium Orchid #B26CCA

Color information

#B26CCA (or 0xB26CCA) is unknown color: approx Medium Orchid. HEX triplet: B2, 6C and CA. RGB value is (178,108,202). Sum of RGB (Red+Green+Blue) = 178+108+202=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #B26CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CCA is #4D9335. Grayscale: #8B8B8B. Windows color (decimal): -5083958 or 13266098. OLE color: 13266098.

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

Color convert

RGB178108202-
CMYK0.120.4700.21
HSL284.68º47%60.78%-
HSV(B)284.68º46.53%79.22%-
XYZ34.3824.4558.79-
YUV139.65163.19155.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=36.48%
G=22.13%
B=41.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781082020.120.4700.21284.684760.78
HexB26CCAC2F01511d2f3d
Octal26215431214570254355775
Binary101100101101100110010101100101111010101100011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CCA; }

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

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

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

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

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

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

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

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