#B061D1

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

Shades of Medium Orchid #B061D1

Tints of Medium Orchid #B061D1

Color information

#B061D1 (or 0xB061D1) is unknown color: approx Medium Orchid. HEX triplet: B0, 61 and D1. RGB value is (176,97,209). Sum of RGB (Red+Green+Blue) = 176+97+209=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #B061D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061D1 is #4F9E2E. Grayscale: #858585. Windows color (decimal): -5217839 or 13722032. OLE color: 13722032.

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

Color convert

RGB17697209-
CMYK0.160.5400.18
HSL282.32º54.9%60%-
HSV(B)282.32º53.59%81.96%-
XYZ33.6922.3862.87-
YUV133.39170.67158.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=36.51%
G=20.12%
B=43.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176972090.160.5400.18282.3254.960
HexB061D1103601211a373c
Octal26014132120660224326774
Binary1011000011000011101000110000110110010010100011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061D1; }

 p { color: rgb(176,97,209); }

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

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

 a { background-color: rgb(176,97,209); }

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

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

 span { border-color: rgb(176,97,209); }

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