#B26BE0

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

Shades of Medium Orchid #B26BE0

Tints of Medium Orchid #B26BE0

Color information

#B26BE0 (or 0xB26BE0) is unknown color: approx Medium Orchid. HEX triplet: B2, 6B and E0. RGB value is (178,107,224). Sum of RGB (Red+Green+Blue) = 178+107+224=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #B26BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BE0 is #4D941F. Grayscale: #8D8D8D. Windows color (decimal): -5084192 or 14707634. OLE color: 14707634.

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

Color convert

RGB178107224-
CMYK0.210.5200.12
HSL276.41º65.36%64.9%-
HSV(B)276.41º52.23%87.84%-
XYZ37.0725.3673.46-
YUV141.57174.52153.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 224 (87.89% from 255) = 44.01%
R=34.97%
G=21.02%
B=44.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781072240.210.5200.12276.4165.3664.9
HexB26BE015340C1144141
Octal2621533402564014424101101
Binary10110010110101111100000101011101000110010001010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BE0; }

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

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

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

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

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

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

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

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