#B062EC

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

Shades of Medium Orchid #B062EC

Tints of Medium Orchid #B062EC

Color information

#B062EC (or 0xB062EC) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and EC. RGB value is (176,98,236). Sum of RGB (Red+Green+Blue) = 176+98+236=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #B062EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062EC is #4F9D13. Grayscale: #888888. Windows color (decimal): -5217556 or 15491760. OLE color: 15491760.

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

Color convert

RGB17698236-
CMYK0.250.5800.07
HSL273.91º78.41%65.49%-
HSV(B)273.91º58.47%92.55%-
XYZ37.4124.0282.02-
YUV137.05183.84155.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 98 (38.67% from 255) = 19.22%
BLUE value IS 236 (92.58% from 255) = 46.27%
R=34.51%
G=19.22%
B=46.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176982360.250.5800.07273.9178.4165.49
HexB062EC193A071124e41
Octal260142354317207422116101
Binary1011000011000101110110011001111010011110001001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062EC; }

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

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

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

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

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

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

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

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