#B062EF

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

Shades of Medium Orchid #B062EF

Tints of Medium Orchid #B062EF

Color information

#B062EF (or 0xB062EF) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and EF. RGB value is (176,98,239). Sum of RGB (Red+Green+Blue) = 176+98+239=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #B062EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062EF is #4F9D10. Grayscale: #888888. Windows color (decimal): -5217553 or 15688368. OLE color: 15688368.

HSL color Cylindrical-coordinate representation of color #B062EF: hue angle of 273.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B062EF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17698239-
CMYK0.260.5900.06
HSL273.19º81.5%66.08%-
HSV(B)273.19º59%93.73%-
XYZ37.8524.284.34-
YUV137.4185.34155.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 98 (38.67% from 255) = 19.10%
BLUE value IS 239 (93.75% from 255) = 46.59%
R=34.31%
G=19.10%
B=46.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176982390.260.5900.06273.1981.566.08
HexB062EF1A3B061115242
Octal260142357327306421122102
Binary1011000011000101110111111010111011011010001000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062EF; }

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

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

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

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

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

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

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

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