#B26EDB

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

Shades of Medium Orchid #B26EDB

Tints of Medium Orchid #B26EDB

Color information

#B26EDB (or 0xB26EDB) is unknown color: approx Medium Orchid. HEX triplet: B2, 6E and DB. RGB value is (178,110,219). Sum of RGB (Red+Green+Blue) = 178+110+219=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B26EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26EDB is #4D9124. Grayscale: #8E8E8E. Windows color (decimal): -5083429 or 14380722. OLE color: 14380722.

HSL color Cylindrical-coordinate representation of color #B26EDB: hue angle of 277.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26EDB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178110219-
CMYK0.190.5000.14
HSL277.43º60.22%64.51%-
HSV(B)277.43º49.77%85.88%-
XYZ36.7225.7370.05-
YUV142.76171.03153.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=35.11%
G=21.70%
B=43.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781102190.190.5000.14277.4360.2264.51
HexB26EDB13320E1153c41
Octal262156333236201642574101
Binary1011001011011101101101110011110010011101000101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EDB; }

 p { color: rgb(178,110,219); }

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

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

 a { background-color: rgb(178,110,219); }

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

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

 span { border-color: rgb(178,110,219); }

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