#B162F9

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

Shades of Medium Orchid #B162F9

Tints of Medium Orchid #B162F9

Color information

#B162F9 (or 0xB162F9) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and F9. RGB value is (177,98,249). Sum of RGB (Red+Green+Blue) = 177+98+249=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #B162F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162F9 is #4E9D06. Grayscale: #8A8A8A. Windows color (decimal): -5152007 or 16343729. OLE color: 16343729.

HSL color Cylindrical-coordinate representation of color #B162F9: hue angle of 271.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B162F9 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17798249-
CMYK0.290.6100.02
HSL271.39º92.64%68.04%-
HSV(B)271.39º60.64%97.65%-
XYZ39.624.9292.35-
YUV138.83190.17155.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=33.78%
G=18.70%
B=47.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177982490.290.6100.02271.3992.6468.04
HexB162F91D3D0210f5d44
Octal261142371357502417135104
Binary101100011100010111110011110111110101010000111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162F9; }

 p { color: rgb(177,98,249); }

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

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

 a { background-color: rgb(177,98,249); }

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

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

 span { border-color: rgb(177,98,249); }

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