#B262E9

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

Shades of Medium Orchid #B262E9

Tints of Medium Orchid #B262E9

Color information

#B262E9 (or 0xB262E9) is unknown color: approx Medium Orchid. HEX triplet: B2, 62 and E9. RGB value is (178,98,233). Sum of RGB (Red+Green+Blue) = 178+98+233=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #B262E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262E9 is #4D9D16. Grayscale: #888888. Windows color (decimal): -5086487 or 15295154. OLE color: 15295154.

HSL color Cylindrical-coordinate representation of color #B262E9: hue angle of 275.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B262E9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17898233-
CMYK0.240.5800.09
HSL275.56º75.42%64.9%-
HSV(B)275.56º57.94%91.37%-
XYZ37.4424.0879.77-
YUV137.31182157.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 98 (38.67% from 255) = 19.25%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=34.97%
G=19.25%
B=45.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178982330.240.5800.09275.5675.4264.9
HexB262E9183A091144b41
Octal2621423513072011424113101
Binary10110010110001011101001110001110100100110001010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262E9; }

 p { color: rgb(178,98,233); }

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

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

 a { background-color: rgb(178,98,233); }

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

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

 span { border-color: rgb(178,98,233); }

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