#B062E9

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

Shades of Medium Orchid #B062E9

Tints of Medium Orchid #B062E9

Color information

#B062E9 (or 0xB062E9) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and E9. RGB value is (176,98,233). Sum of RGB (Red+Green+Blue) = 176+98+233=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #B062E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062E9 is #4F9D16. Grayscale: #888888. Windows color (decimal): -5217559 or 15295152. OLE color: 15295152.

HSL color Cylindrical-coordinate representation of color #B062E9: hue angle of 274.67º 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 #B062E9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17698233-
CMYK0.240.5800.09
HSL274.67º75.42%64.9%-
HSV(B)274.67º57.94%91.37%-
XYZ36.9823.8579.74-
YUV136.71182.34156.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 98 (38.67% from 255) = 19.33%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=34.71%
G=19.33%
B=45.96%

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
Decimal176982330.240.5800.09274.6775.4264.9
HexB062E9183A091134b41
Octal2601423513072011423113101
Binary10110000110001011101001110001110100100110001001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062E9; }

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

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

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

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

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

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

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

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