#B060F9

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

Shades of Medium Orchid #B060F9

Tints of Medium Orchid #B060F9

Color information

#B060F9 (or 0xB060F9) is unknown color: approx Medium Orchid. HEX triplet: B0, 60 and F9. RGB value is (176,96,249). Sum of RGB (Red+Green+Blue) = 176+96+249=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #B060F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B060F9 is #4F9F06. Grayscale: #888888. Windows color (decimal): -5218055 or 16343216. OLE color: 16343216.

HSL color Cylindrical-coordinate representation of color #B060F9: hue angle of 271.37º 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 #B060F9 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17696249-
CMYK0.290.6100.02
HSL271.37º92.73%67.65%-
HSV(B)271.37º61.45%97.65%-
XYZ39.1924.4492.27-
YUV137.36191155.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 96 (37.89% from 255) = 18.43%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=33.78%
G=18.43%
B=47.79%

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
Decimal176962490.290.6100.02271.3792.7367.65
HexB060F91D3D0210f5d44
Octal260140371357502417135104
Binary101100001100000111110011110111110101010000111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060F9; }

 p { color: rgb(176,96,249); }

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

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

 a { background-color: rgb(176,96,249); }

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

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

 span { border-color: rgb(176,96,249); }

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