#B26BD5

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

Shades of Medium Orchid #B26BD5

Tints of Medium Orchid #B26BD5

Color information

#B26BD5 (or 0xB26BD5) is unknown color: approx Medium Orchid. HEX triplet: B2, 6B and D5. RGB value is (178,107,213). Sum of RGB (Red+Green+Blue) = 178+107+213=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #B26BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BD5 is #4D942A. Grayscale: #8B8B8B. Windows color (decimal): -5084203 or 13986738. OLE color: 13986738.

HSL color Cylindrical-coordinate representation of color #B26BD5: hue angle of 280.19º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26BD5 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178107213-
CMYK0.160.5000.16
HSL280.19º55.79%62.75%-
HSV(B)280.19º49.77%83.53%-
XYZ35.6324.7865.86-
YUV140.31169.02154.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=35.74%
G=21.49%
B=42.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781072130.160.5000.16280.1955.7962.75
HexB26BD51032010118383f
Octal26215332520620204307077
Binary1011001011010111101010110000110010010000100011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BD5; }

 p { color: rgb(178,107,213); }

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

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

 a { background-color: rgb(178,107,213); }

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

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

 span { border-color: rgb(178,107,213); }

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