#B05FD6

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

Shades of Medium Orchid #B05FD6

Tints of Medium Orchid #B05FD6

Color information

#B05FD6 (or 0xB05FD6) is unknown color: approx Medium Orchid. HEX triplet: B0, 5F and D6. RGB value is (176,95,214). Sum of RGB (Red+Green+Blue) = 176+95+214=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #B05FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FD6 is #4FA029. Grayscale: #848484. Windows color (decimal): -5218346 or 14049200. OLE color: 14049200.

HSL color Cylindrical-coordinate representation of color #B05FD6: hue angle of 280.84º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05FD6 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17695214-
CMYK0.180.5600.16
HSL280.84º59.2%60.59%-
HSV(B)280.84º55.61%83.92%-
XYZ34.1322.2766.12-
YUV132.78173.84158.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=36.29%
G=19.59%
B=44.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176952140.180.5600.16280.8459.260.59
HexB05FD612380101193b3d
Octal26013732622700204317375
Binary1011000010111111101011010010111000010000100011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FD6; }

 p { color: rgb(176,95,214); }

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

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

 a { background-color: rgb(176,95,214); }

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

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

 span { border-color: rgb(176,95,214); }

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