#B26AED

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

Shades of Medium Orchid #B26AED

Tints of Medium Orchid #B26AED

Color information

#B26AED (or 0xB26AED) is unknown color: approx Medium Orchid. HEX triplet: B2, 6A and ED. RGB value is (178,106,237). Sum of RGB (Red+Green+Blue) = 178+106+237=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #B26AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26AED is #4D9512. Grayscale: #8E8E8E. Windows color (decimal): -5084435 or 15559346. OLE color: 15559346.

HSL color Cylindrical-coordinate representation of color #B26AED: hue angle of 272.98º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26AED is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178106237-
CMYK0.250.5500.07
HSL272.98º78.44%67.25%-
HSV(B)272.98º55.27%92.94%-
XYZ38.825.8983.07-
YUV142.46181.35153.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=34.17%
G=20.35%
B=45.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781062370.250.5500.07272.9878.4467.25
HexB26AED1937071114e43
Octal262152355316707421116103
Binary1011001011010101110110111001110111011110001000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26AED; }

 p { color: rgb(178,106,237); }

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

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

 a { background-color: rgb(178,106,237); }

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

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

 span { border-color: rgb(178,106,237); }

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