#B262EE

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

Shades of Medium Orchid #B262EE

Tints of Medium Orchid #B262EE

Color information

#B262EE (or 0xB262EE) is unknown color: approx Medium Orchid. HEX triplet: B2, 62 and EE. RGB value is (178,98,238). Sum of RGB (Red+Green+Blue) = 178+98+238=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #B262EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262EE is #4D9D11. Grayscale: #898989. Windows color (decimal): -5086482 or 15622834. OLE color: 15622834.

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

Color convert

RGB17898238-
CMYK0.250.5900.07
HSL274.29º80.46%65.88%-
HSV(B)274.29º58.82%93.33%-
XYZ38.1624.3783.58-
YUV137.88184.5156.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 98 (38.67% from 255) = 19.07%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=34.63%
G=19.07%
B=46.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178982380.250.5900.07274.2980.4665.88
HexB262EE193B071125042
Octal262142356317307422120102
Binary1011001011000101110111011001111011011110001001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262EE; }

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

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

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

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

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

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

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

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