#B05AD6

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

Shades of Medium Orchid #B05AD6

Tints of Medium Orchid #B05AD6

Color information

#B05AD6 (or 0xB05AD6) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and D6. RGB value is (176,90,214). Sum of RGB (Red+Green+Blue) = 176+90+214=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #B05AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AD6 is #4FA529. Grayscale: #818181. Windows color (decimal): -5219626 or 14047920. OLE color: 14047920.

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

Color convert

RGB17690214-
CMYK0.180.5800.16
HSL281.61º60.19%59.61%-
HSV(B)281.61º57.94%83.92%-
XYZ33.721.465.97-
YUV129.85175.49160.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 214 (83.98% from 255) = 44.58%
R=36.67%
G=18.75%
B=44.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176902140.180.5800.16281.6160.1959.61
HexB05AD6123A01011a3c3c
Octal26013232622720204327474
Binary1011000010110101101011010010111010010000100011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AD6; }

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

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

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

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

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

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

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

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